Html Css Color HEX #CE86F9 Heliotrope

📋 copy color: '#CE86F9'

red 206 ◦ green 134 ◦ blue 249

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

Shades of Heliotrope #CE86F9

Tints of Heliotrope #CE86F9

RGB

 RED value IS 206 (80.86% from 255) = 34.97%

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

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

R = 34.97%
G = 22.75%
B = 42.28%

CMYK

 C value IS 0.17

 M value IS 0.46

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#CE86F9 (or 0xCE86F9) is known color: Heliotrope. HEX triplet: CE, 86 and F9. RGB value is (206,134,249). Sum of RGB (Red+Green+Blue) = 206+134+249=589 (78% of max value = 765). Red value is 206 (80.86% from 255 or 34.97% from 589); Green value is 134 (52.73% from 255 or 22.75% from 589); Blue value is 249 (97.66% from 255 or 42.28% from 589); Max value from RGB is 249 - color contains mainly: blue. Hex color #CE86F9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CE86F9 is #317906. Grayscale: #A8A8A8. Windows color (decimal): -3242247 or 16352974. OLE color: 16352974.

HSL color Cylindrical-coordinate representation of color #CE86F9: hue angle of 277.57º 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 #CE86F9 is Cyan = 0.17, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 206 134 249 -
CMYK 0.17 0.46 0 0.02
HSL 277.57º 0.91% 0.75% -
HSV(B) 277.57º 0.46% 0.98% -
XYZ 51.08 37.01 94.07 -
YUV 168.64 173.35 154.65 -
System Red Green Blue C M Y K H S L
Decimal 206 134 249 0.17 0.46 0 0.02 277.57 0.91 0.75
Hex CE 86 F9 11 2E 0 2 116 5B 4B
Octal 316 206 371 21 56 0 2 426 133 113
Binary 11001110 10000110 11111001 10001 101110 0 10 100010110 1011011 1001011

Color Harmonies of #CE86F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE86F9

Black with #CE86F9

Text Example


Text Example

White with #CE86F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE86F9; }

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

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

background-color css

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

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

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

border-color css

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

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

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