Html Css Color HEX #CC85CB Orchid

📋 copy color: '#CC85CB'

red 204 ◦ green 133 ◦ blue 203

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

Shades of Orchid #CC85CB

Tints of Orchid #CC85CB

RGB

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

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

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

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

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.00

 K value IS 0.2

RGB Variations

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

Color information

#CC85CB (or 0xCC85CB) is known color: Orchid. HEX triplet: CC, 85 and CB. RGB value is (204,133,203). Sum of RGB (Red+Green+Blue) = 204+133+203=540 (71% of max value = 765). Red value is 204 (80.08% from 255 or 37.78% from 540); Green value is 133 (52.34% from 255 or 24.63% from 540); Blue value is 203 (79.69% from 255 or 37.59% from 540); Max value from RGB is 204 - color contains mainly: red. Hex color #CC85CB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CC85CB is #337A34. Grayscale: #A2A2A2. Windows color (decimal): -3373621 or 13338060. OLE color: 13338060.

HSL color Cylindrical-coordinate representation of color #CC85CB: hue angle of 300.85º 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 #CC85CB is Cyan = 0, Magento = 0.35, Yellow = 0.00 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 133 203 -
CMYK 0 0.35 0.00 0.2
HSL 300.85º 0.41% 0.66% -
HSV(B) 300.85º 0.35% 0.8% -
XYZ 44.07 33.92 60.73 -
YUV 162.21 151.02 157.81 -
System Red Green Blue C M Y K H S L
Decimal 204 133 203 0 0.35 0.00 0.2 300.85 0.41 0.66
Hex CC 85 CB 0 23 0 14 12D 29 42
Octal 314 205 313 0 43 0 24 455 51 102
Binary 11001100 10000101 11001011 0 100011 0 10100 100101101 101001 1000010

Color Harmonies of #CC85CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC85CB

Black with #CC85CB

Text Example


Text Example

White with #CC85CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC85CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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