#C67BBB

Color #C67BBB Orchid (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Orchid #C67BBB

Tints of Orchid #C67BBB

Color information

#C67BBB (or 0xC67BBB) is unknown color: approx Orchid. HEX triplet: C6, 7B and BB. RGB value is (198,123,187). Sum of RGB (Red+Green+Blue) = 198+123+187=508 (67% of max value = 765). Red value is 198 (77.73% from 255 or 38.98% from 508); Green value is 123 (48.44% from 255 or 24.21% from 508); Blue value is 187 (73.44% from 255 or 36.81% from 508); Max value from RGB is 198 - color contains mainly: red. Hex color #C67BBB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C67BBB is #398444. Grayscale: #989898. Windows color (decimal): -3769413 or 12286918. OLE color: 12286918.

HSL color Cylindrical-coordinate representation of color #C67BBB: hue angle of 308.8º degrees, saturation: 0.4, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C67BBB is Cyan = 0, Magento = 0.38, Yellow = 0.06 and Black (K on CMYK) = 0.22.

Color convert

RGB198123187-
CMYK00.380.060.22
HSL308.8º39.68%62.94%-
HSV(B)308.8º37.88%77.65%-
XYZ39.3429.7650.68-
YUV152.72147.35160.3-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 198 (77.73% from 255) = 38.98%
GREEN value IS 123 (48.44% from 255) = 24.21%
BLUE value IS 187 (73.44% from 255) = 36.81%
R=38.98%
G=24.21%
B=36.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.06
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19812318700.380.060.22308.839.6862.94
HexC67BBB026616135283f
Octal3061732730466264655077
Binary11000110111101110111011010011011010110100110101101000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C67BBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C67BBB; }

 p { color: rgb(198,123,187); }

 H1.HeaderClassName
 {
   color: #C67BBB;
 }
 .AnyTagClassName
 {
   color: #C67BBB;
 }
</style>
background-color css

<style>
 a { background-color: #C67BBB; }

 a { background-color: rgb(198,123,187); }

 div.DivClassName
 {
   background-color: #C67BBB;
 }
 .BgClassName
 {
   background-color: #C67BBB;
 }
</style>
border-color css

<style>
 span { border-color: #C67BBB; }

 span { border-color: rgb(198,123,187); }

 td.TdClassName
 {
   border-color: #C67BBB;
 }
 .TagClassName
 {
   border-color: #C67BBB;
 }
</style>