Html Css Color HEX #CC86F3 Heliotrope

📋 copy color: '#CC86F3'

red 204 ◦ green 134 ◦ blue 243

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

Shades of Heliotrope #CC86F3

Tints of Heliotrope #CC86F3

RGB

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

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

 BLUE value IS 243 (95.31% from 255) = 41.82%

R = 35.11%
G = 23.06%
B = 41.82%

CMYK

 C value IS 0.16

 M value IS 0.45

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#CC86F3 (or 0xCC86F3) is known color: Heliotrope. HEX triplet: CC, 86 and F3. RGB value is (204,134,243). Sum of RGB (Red+Green+Blue) = 204+134+243=581 (76% of max value = 765). Red value is 204 (80.08% from 255 or 35.11% from 581); Green value is 134 (52.73% from 255 or 23.06% from 581); Blue value is 243 (95.31% from 255 or 41.82% from 581); Max value from RGB is 243 - color contains mainly: blue. Hex color #CC86F3 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CC86F3 is #33790C. Grayscale: #A6A6A6. Windows color (decimal): -3373325 or 15959756. OLE color: 15959756.

HSL color Cylindrical-coordinate representation of color #CC86F3: hue angle of 278.53º degrees, saturation: 0.82, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #CC86F3 is Cyan = 0.16, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 204 134 243 -
CMYK 0.16 0.45 0 0.05
HSL 278.53º 0.82% 0.74% -
HSV(B) 278.53º 0.45% 0.95% -
XYZ 49.6 36.36 89.2 -
YUV 167.36 170.69 154.14 -
System Red Green Blue C M Y K H S L
Decimal 204 134 243 0.16 0.45 0 0.05 278.53 0.82 0.74
Hex CC 86 F3 10 2D 0 5 117 52 4A
Octal 314 206 363 20 55 0 5 427 122 112
Binary 11001100 10000110 11110011 10000 101101 0 101 100010111 1010010 1001010

Color Harmonies of #CC86F3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC86F3

Black with #CC86F3

Text Example


Text Example

White with #CC86F3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC86F3; }

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

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

background-color css

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

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

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

border-color css

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

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

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