Html Css Color HEX #CC86CF Orchid

📋 copy color: '#CC86CF'

red 204 ◦ green 134 ◦ blue 207

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

Shades of Orchid #CC86CF

Tints of Orchid #CC86CF

RGB

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

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

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

R = 37.43%
G = 24.59%
B = 37.98%

CMYK

 C value IS 0.01

 M value IS 0.35

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#CC86CF (or 0xCC86CF) is known color: Orchid. HEX triplet: CC, 86 and CF. RGB value is (204,134,207). Sum of RGB (Red+Green+Blue) = 204+134+207=545 (72% of max value = 765). Red value is 204 (80.08% from 255 or 37.43% from 545); Green value is 134 (52.73% from 255 or 24.59% from 545); Blue value is 207 (81.25% from 255 or 37.98% from 545); Max value from RGB is 207 - color contains mainly: blue. Hex color #CC86CF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CC86CF is #337930. Grayscale: #A3A3A3. Windows color (decimal): -3373361 or 13600460. OLE color: 13600460.

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

Color convert

RGB 204 134 207 -
CMYK 0.01 0.35 0 0.19
HSL 297.53º 0.43% 0.67% -
HSV(B) 297.53º 0.35% 0.81% -
XYZ 44.69 34.39 63.31 -
YUV 163.25 152.69 157.06 -
System Red Green Blue C M Y K H S L
Decimal 204 134 207 0.01 0.35 0 0.19 297.53 0.43 0.67
Hex CC 86 CF 1 23 0 13 12A 2B 43
Octal 314 206 317 1 43 0 23 452 53 103
Binary 11001100 10000110 11001111 1 100011 0 10011 100101010 101011 1000011

Color Harmonies of #CC86CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC86CF

Black with #CC86CF

Text Example


Text Example

White with #CC86CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC86CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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