Html Css Color HEX #CC86CB Orchid

📋 copy color: '#CC86CB'

red 204 ◦ green 134 ◦ blue 203

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

Shades of Orchid #CC86CB

Tints of Orchid #CC86CB

RGB

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

 GREEN value IS 134 (52.73% from 255) = 24.77%

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

R = 37.71%
G = 24.77%
B = 37.52%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.00

 K value IS 0.2

RGB Variations

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

Color information

#CC86CB (or 0xCC86CB) is known color: Orchid. HEX triplet: CC, 86 and CB. RGB value is (204,134,203). Sum of RGB (Red+Green+Blue) = 204+134+203=541 (71% of max value = 765). Red value is 204 (80.08% from 255 or 37.71% from 541); Green value is 134 (52.73% from 255 or 24.77% from 541); Blue value is 203 (79.69% from 255 or 37.52% from 541); Max value from RGB is 204 - color contains mainly: red. Hex color #CC86CB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CC86CB is #337934. Grayscale: #A2A2A2. Windows color (decimal): -3373365 or 13338316. OLE color: 13338316.

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

Color convert

RGB 204 134 203 -
CMYK 0 0.34 0.00 0.2
HSL 300.86º 0.41% 0.66% -
HSV(B) 300.86º 0.34% 0.8% -
XYZ 44.21 34.2 60.77 -
YUV 162.8 150.69 157.39 -
System Red Green Blue C M Y K H S L
Decimal 204 134 203 0 0.34 0.00 0.2 300.86 0.41 0.66
Hex CC 86 CB 0 22 0 14 12D 29 42
Octal 314 206 313 0 42 0 24 455 51 102
Binary 11001100 10000110 11001011 0 100010 0 10100 100101101 101001 1000010

Color Harmonies of #CC86CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC86CB

Black with #CC86CB

Text Example


Text Example

White with #CC86CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC86CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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