Html Css Color HEX #CC86F9 Heliotrope

📋 copy color: '#CC86F9'

red 204 ◦ green 134 ◦ blue 249

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

Shades of Heliotrope #CC86F9

Tints of Heliotrope #CC86F9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 42.42%

R = 34.75%
G = 22.83%
B = 42.42%

CMYK

 C value IS 0.18

 M value IS 0.46

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#CC86F9 (or 0xCC86F9) is known color: Heliotrope. HEX triplet: CC, 86 and F9. RGB value is (204,134,249). Sum of RGB (Red+Green+Blue) = 204+134+249=587 (77% of max value = 765). Red value is 204 (80.08% from 255 or 34.75% from 587); Green value is 134 (52.73% from 255 or 22.83% from 587); Blue value is 249 (97.66% from 255 or 42.42% from 587); Max value from RGB is 249 - color contains mainly: blue. Hex color #CC86F9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CC86F9 is #337906. Grayscale: #A7A7A7. Windows color (decimal): -3373319 or 16352972. OLE color: 16352972.

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

Color convert

RGB 204 134 249 -
CMYK 0.18 0.46 0 0.02
HSL 276.52º 0.91% 0.75% -
HSV(B) 276.52º 0.46% 0.98% -
XYZ 50.53 36.73 94.05 -
YUV 168.04 173.69 153.65 -
System Red Green Blue C M Y K H S L
Decimal 204 134 249 0.18 0.46 0 0.02 276.52 0.91 0.75
Hex CC 86 F9 12 2E 0 2 115 5B 4B
Octal 314 206 371 22 56 0 2 425 133 113
Binary 11001100 10000110 11111001 10010 101110 0 10 100010101 1011011 1001011

Color Harmonies of #CC86F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC86F9

Black with #CC86F9

Text Example


Text Example

White with #CC86F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC86F9; }

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

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

background-color css

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

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

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

border-color css

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

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

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