#C67BBD

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

Shades of Orchid #C67BBD

Tints of Orchid #C67BBD

Color information

#C67BBD (or 0xC67BBD) is unknown color: approx Orchid. HEX triplet: C6, 7B and BD. RGB value is (198,123,189). Sum of RGB (Red+Green+Blue) = 198+123+189=510 (67% of max value = 765). Red value is 198 (77.73% from 255 or 38.82% from 510); Green value is 123 (48.44% from 255 or 24.12% from 510); Blue value is 189 (74.22% from 255 or 37.06% from 510); Max value from RGB is 198 - color contains mainly: red. Hex color #C67BBD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C67BBD is #398442. Grayscale: #989898. Windows color (decimal): -3769411 or 12417990. OLE color: 12417990.

HSL color Cylindrical-coordinate representation of color #C67BBD: hue angle of 307.2º 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 #C67BBD is Cyan = 0, Magento = 0.38, Yellow = 0.05 and Black (K on CMYK) = 0.22.

Color convert

RGB198123189-
CMYK00.380.050.22
HSL307.2º39.68%62.94%-
HSV(B)307.2º37.88%77.65%-
XYZ39.5629.8551.82-
YUV152.95148.35160.13-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 38.82%
GREEN value IS 123 (48.44% from 255) = 24.12%
BLUE value IS 189 (74.22% from 255) = 37.06%
R=38.82%
G=24.12%
B=37.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.05
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19812318900.380.050.22307.239.6862.94
HexC67BBD026516133283f
Octal3061732750465264635077
Binary11000110111101110111101010011010110110100110011101000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C67BBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C67BBD; }

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

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

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

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

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

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

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

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