Html Css Color HEX #CB85CF Orchid

📋 copy color: '#CB85CF'

red 203 ◦ green 133 ◦ blue 207

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

Shades of Orchid #CB85CF

Tints of Orchid #CB85CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 38.12%

R = 37.38%
G = 24.49%
B = 38.12%

CMYK

 C value IS 0.02

 M value IS 0.36

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#CB85CF (or 0xCB85CF) is known color: Orchid. HEX triplet: CB, 85 and CF. RGB value is (203,133,207). Sum of RGB (Red+Green+Blue) = 203+133+207=543 (71% of max value = 765). Red value is 203 (79.69% from 255 or 37.38% from 543); Green value is 133 (52.34% from 255 or 24.49% from 543); Blue value is 207 (81.25% from 255 or 38.12% from 543); Max value from RGB is 207 - color contains mainly: blue. Hex color #CB85CF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CB85CF is #347A30. Grayscale: #A2A2A2. Windows color (decimal): -3439153 or 13600203. OLE color: 13600203.

HSL color Cylindrical-coordinate representation of color #CB85CF: hue angle of 296.76º degrees, saturation: 0.44, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #CB85CF is Cyan = 0.02, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 203 133 207 -
CMYK 0.02 0.36 0 0.19
HSL 296.76º 0.44% 0.67% -
HSV(B) 296.76º 0.36% 0.81% -
XYZ 44.28 33.98 63.26 -
YUV 162.37 153.19 156.98 -
System Red Green Blue C M Y K H S L
Decimal 203 133 207 0.02 0.36 0 0.19 296.76 0.44 0.67
Hex CB 85 CF 2 24 0 13 129 2C 43
Octal 313 205 317 2 44 0 23 451 54 103
Binary 11001011 10000101 11001111 10 100100 0 10011 100101001 101100 1000011

Color Harmonies of #CB85CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB85CF

Black with #CB85CF

Text Example


Text Example

White with #CB85CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB85CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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