#CB6CD6

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

Shades of Orchid #CB6CD6

Tints of Orchid #CB6CD6

Color information

#CB6CD6 (or 0xCB6CD6) is unknown color: approx Orchid. HEX triplet: CB, 6C and D6. RGB value is (203,108,214). Sum of RGB (Red+Green+Blue) = 203+108+214=525 (69% of max value = 765). Red value is 203 (79.69% from 255 or 38.67% from 525); Green value is 108 (42.58% from 255 or 20.57% from 525); Blue value is 214 (83.98% from 255 or 40.76% from 525); Max value from RGB is 214 - color contains mainly: blue. Hex color #CB6CD6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB6CD6 is #349329. Grayscale: #949494. Windows color (decimal): -3445546 or 14052555. OLE color: 14052555.

HSL color Cylindrical-coordinate representation of color #CB6CD6: hue angle of 293.77º degrees, saturation: 0.56, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CB6CD6 is Cyan = 0.05, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB203108214-
CMYK0.050.5000.16
HSL293.77º56.38%63.14%-
HSV(B)293.77º49.53%83.92%-
XYZ42.1328.2866.86-
YUV148.49164.97166.88-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 38.67%
GREEN value IS 108 (42.58% from 255) = 20.57%
BLUE value IS 214 (83.98% from 255) = 40.76%
R=38.67%
G=20.57%
B=40.76%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2031082140.050.5000.16293.7756.3863.14
HexCB6CD6532010126383f
Octal3131543265620204467077
Binary11001011110110011010110101110010010000100100110111000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB6CD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB6CD6; }

 p { color: rgb(203,108,214); }

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

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

 a { background-color: rgb(203,108,214); }

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

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

 span { border-color: rgb(203,108,214); }

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