Html Css Color HEX #CB85CB Orchid

📋 copy color: '#CB85CB'

red 203 ◦ green 133 ◦ blue 203

#CB85CB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Orchid #CB85CB

Tints of Orchid #CB85CB

RGB

 RED value IS 203 (79.69% from 255) = 37.66%

 GREEN value IS 133 (52.34% from 255) = 24.68%

 BLUE value IS 203 (79.69% from 255) = 37.66%

R = 37.66%
G = 24.68%
B = 37.66%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#CB85CB (or 0xCB85CB) is known color: Orchid. HEX triplet: CB, 85 and CB. RGB value is (203,133,203). Sum of RGB (Red+Green+Blue) = 203+133+203=539 (71% of max value = 765). Red value is 203 (79.69% from 255 or 37.66% from 539); Green value is 133 (52.34% from 255 or 24.68% from 539); Blue value is 203 (79.69% from 255 or 37.66% from 539); Max value from RGB is 203 - color contains mainly: red, blue. Hex color #CB85CB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CB85CB is #347A34. Grayscale: #A1A1A1. Windows color (decimal): -3439157 or 13338059. OLE color: 13338059.

HSL color Cylindrical-coordinate representation of color #CB85CB: hue angle of 300º degrees, saturation: 0.4, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #CB85CB is Cyan = 0, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 133 203 -
CMYK 0 0.34 0 0.20
HSL 300º 0.4% 0.66% -
HSV(B) 300º 0.34% 0.8% -
XYZ 43.8 33.78 60.71 -
YUV 161.91 151.19 157.31 -
System Red Green Blue C M Y K H S L
Decimal 203 133 203 0 0.34 0 0.20 300 0.4 0.66
Hex CB 85 CB 0 22 0 14 12C 28 42
Octal 313 205 313 0 42 0 24 454 50 102
Binary 11001011 10000101 11001011 0 100010 0 10100 100101100 101000 1000010

Color Harmonies of #CB85CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB85CB

Black with #CB85CB

Text Example


Text Example

White with #CB85CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB85CB; }

 p { color: rgb(203,133,203); }

 H1.HeaderClassName
 {
   color: #CB85CB;
 }
 .AnyTagClassName
 {
   color: #CB85CB;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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