Html Css Color HEX #CC86CC Orchid

📋 copy color: '#CC86CC'

red 204 ◦ green 134 ◦ blue 204

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

Shades of Orchid #CC86CC

Tints of Orchid #CC86CC

RGB

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

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

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

R = 37.64%
G = 24.72%
B = 37.64%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#CC86CC (or 0xCC86CC) is known color: Orchid. HEX triplet: CC, 86 and CC. RGB value is (204,134,204). Sum of RGB (Red+Green+Blue) = 204+134+204=542 (71% of max value = 765). Red value is 204 (80.08% from 255 or 37.64% from 542); Green value is 134 (52.73% from 255 or 24.72% from 542); Blue value is 204 (80.08% from 255 or 37.64% from 542); Max value from RGB is 204 - color contains mainly: red, blue. Hex color #CC86CC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CC86CC is #337933. Grayscale: #A2A2A2. Windows color (decimal): -3373364 or 13403852. OLE color: 13403852.

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

Color convert

RGB 204 134 204 -
CMYK 0 0.34 0 0.2
HSL 300º 0.41% 0.66% -
HSV(B) 300º 0.34% 0.8% -
XYZ 44.33 34.25 61.4 -
YUV 162.91 151.19 157.31 -
System Red Green Blue C M Y K H S L
Decimal 204 134 204 0 0.34 0 0.2 300 0.41 0.66
Hex CC 86 CC 0 22 0 14 12C 29 42
Octal 314 206 314 0 42 0 24 454 51 102
Binary 11001100 10000110 11001100 0 100010 0 10100 100101100 101001 1000010

Color Harmonies of #CC86CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC86CC

Black with #CC86CC

Text Example


Text Example

White with #CC86CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC86CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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