Html Css Color HEX #CC86FB Heliotrope

📋 copy color: '#CC86FB'

red 204 ◦ green 134 ◦ blue 251

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

Shades of Heliotrope #CC86FB

Tints of Heliotrope #CC86FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 42.61%

R = 34.63%
G = 22.75%
B = 42.61%

CMYK

 C value IS 0.19

 M value IS 0.47

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#CC86FB (or 0xCC86FB) is known color: Heliotrope. HEX triplet: CC, 86 and FB. RGB value is (204,134,251). Sum of RGB (Red+Green+Blue) = 204+134+251=589 (78% of max value = 765). Red value is 204 (80.08% from 255 or 34.63% from 589); Green value is 134 (52.73% from 255 or 22.75% from 589); Blue value is 251 (98.44% from 255 or 42.61% from 589); Max value from RGB is 251 - color contains mainly: blue. Hex color #CC86FB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CC86FB is #337904. Grayscale: #A7A7A7. Windows color (decimal): -3373317 or 16484044. OLE color: 16484044.

HSL color Cylindrical-coordinate representation of color #CC86FB: hue angle of 275.9º degrees, saturation: 0.94, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #CC86FB is Cyan = 0.19, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 204 134 251 -
CMYK 0.19 0.47 0 0.02
HSL 275.9º 0.94% 0.75% -
HSV(B) 275.9º 0.47% 0.98% -
XYZ 50.84 36.85 95.7 -
YUV 168.27 174.69 153.49 -
System Red Green Blue C M Y K H S L
Decimal 204 134 251 0.19 0.47 0 0.02 275.9 0.94 0.75
Hex CC 86 FB 13 2F 0 2 114 5E 4B
Octal 314 206 373 23 57 0 2 424 136 113
Binary 11001100 10000110 11111011 10011 101111 0 10 100010100 1011110 1001011

Color Harmonies of #CC86FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC86FB

Black with #CC86FB

Text Example


Text Example

White with #CC86FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC86FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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