#C67BBC

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

Shades of Orchid #C67BBC

Tints of Orchid #C67BBC

Color information

#C67BBC (or 0xC67BBC) is unknown color: approx Orchid. HEX triplet: C6, 7B and BC. RGB value is (198,123,188). Sum of RGB (Red+Green+Blue) = 198+123+188=509 (67% of max value = 765). Red value is 198 (77.73% from 255 or 38.90% from 509); Green value is 123 (48.44% from 255 or 24.17% from 509); Blue value is 188 (73.83% from 255 or 36.94% from 509); Max value from RGB is 198 - color contains mainly: red. Hex color #C67BBC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C67BBC is #398443. Grayscale: #989898. Windows color (decimal): -3769412 or 12352454. OLE color: 12352454.

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

Color convert

RGB198123188-
CMYK00.380.050.22
HSL308º39.68%62.94%-
HSV(B)308º37.88%77.65%-
XYZ39.4529.851.25-
YUV152.83147.85160.21-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 38.90%
GREEN value IS 123 (48.44% from 255) = 24.17%
BLUE value IS 188 (73.83% from 255) = 36.94%
R=38.90%
G=24.17%
B=36.94%

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
Decimal19812318800.380.050.2230839.6862.94
HexC67BBC026516134283f
Octal3061732740465264645077
Binary11000110111101110111100010011010110110100110100101000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C67BBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C67BBC; }

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

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

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

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

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

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

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

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