#CB6CCD

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

Shades of Orchid #CB6CCD

Tints of Orchid #CB6CCD

Color information

#CB6CCD (or 0xCB6CCD) is unknown color: approx Orchid. HEX triplet: CB, 6C and CD. RGB value is (203,108,205). Sum of RGB (Red+Green+Blue) = 203+108+205=516 (68% of max value = 765). Red value is 203 (79.69% from 255 or 39.34% from 516); Green value is 108 (42.58% from 255 or 20.93% from 516); Blue value is 205 (80.47% from 255 or 39.73% from 516); Max value from RGB is 205 - color contains mainly: blue. Hex color #CB6CCD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB6CCD is #349332. Grayscale: #939393. Windows color (decimal): -3445555 or 13462731. OLE color: 13462731.

HSL color Cylindrical-coordinate representation of color #CB6CCD: hue angle of 298.76º degrees, saturation: 0.49, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #CB6CCD is Cyan = 0.01, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB203108205-
CMYK0.010.4700.20
HSL298.76º49.24%61.37%-
HSV(B)298.76º47.32%80.39%-
XYZ41.0127.8360.97-
YUV147.46160.47167.61-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 39.34%
GREEN value IS 108 (42.58% from 255) = 20.93%
BLUE value IS 205 (80.47% from 255) = 39.73%
R=39.34%
G=20.93%
B=39.73%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2031082050.010.4700.20298.7649.2461.37
HexCB6CCD12F01412b313d
Octal3131543151570244536175
Binary110010111101100110011011101111010100100101011110001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB6CCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB6CCD; }

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

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

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

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

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

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

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

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