Html Css Color HEX #CB85CC Orchid

📋 copy color: '#CB85CC'

red 203 ◦ green 133 ◦ blue 204

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

Shades of Orchid #CB85CC

Tints of Orchid #CB85CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 37.78%

R = 37.59%
G = 24.63%
B = 37.78%

CMYK

 C value IS 0.00

 M value IS 0.35

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#CB85CC (or 0xCB85CC) is known color: Orchid. HEX triplet: CB, 85 and CC. RGB value is (203,133,204). Sum of RGB (Red+Green+Blue) = 203+133+204=540 (71% of max value = 765). Red value is 203 (79.69% from 255 or 37.59% from 540); Green value is 133 (52.34% from 255 or 24.63% from 540); Blue value is 204 (80.08% from 255 or 37.78% from 540); Max value from RGB is 204 - color contains mainly: blue. Hex color #CB85CC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CB85CC is #347A33. Grayscale: #A1A1A1. Windows color (decimal): -3439156 or 13403595. OLE color: 13403595.

HSL color Cylindrical-coordinate representation of color #CB85CC: hue angle of 299.15º degrees, saturation: 0.41, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #CB85CC is Cyan = 0.00, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 203 133 204 -
CMYK 0.00 0.35 0 0.2
HSL 299.15º 0.41% 0.66% -
HSV(B) 299.15º 0.35% 0.8% -
XYZ 43.92 33.83 61.34 -
YUV 162.02 151.69 157.23 -
System Red Green Blue C M Y K H S L
Decimal 203 133 204 0.00 0.35 0 0.2 299.15 0.41 0.66
Hex CB 85 CC 0 23 0 14 12B 29 42
Octal 313 205 314 0 43 0 24 453 51 102
Binary 11001011 10000101 11001100 0 100011 0 10100 100101011 101001 1000010

Color Harmonies of #CB85CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB85CC

Black with #CB85CC

Text Example


Text Example

White with #CB85CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB85CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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