Html Css Color HEX #CE86FE Heliotrope

📋 copy color: '#CE86FE'

red 206 ◦ green 134 ◦ blue 254

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

Shades of Heliotrope #CE86FE

Tints of Heliotrope #CE86FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 42.76%

R = 34.68%
G = 22.56%
B = 42.76%

CMYK

 C value IS 0.19

 M value IS 0.47

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#CE86FE (or 0xCE86FE) is known color: Heliotrope. HEX triplet: CE, 86 and FE. RGB value is (206,134,254). Sum of RGB (Red+Green+Blue) = 206+134+254=594 (78% of max value = 765). Red value is 206 (80.86% from 255 or 34.68% from 594); Green value is 134 (52.73% from 255 or 22.56% from 594); Blue value is 254 (99.61% from 255 or 42.76% from 594); Max value from RGB is 254 - color contains mainly: blue. Hex color #CE86FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CE86FE is #317901. Grayscale: #A8A8A8. Windows color (decimal): -3242242 or 16680654. OLE color: 16680654.

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

Color convert

RGB 206 134 254 -
CMYK 0.19 0.47 0 0.00
HSL 276º 0.98% 0.76% -
HSV(B) 276º 0.47% 1% -
XYZ 51.87 37.33 98.24 -
YUV 169.21 175.85 154.24 -
System Red Green Blue C M Y K H S L
Decimal 206 134 254 0.19 0.47 0 0.00 276 0.98 0.76
Hex CE 86 FE 13 2F 0 0 114 62 4C
Octal 316 206 376 23 57 0 0 424 142 114
Binary 11001110 10000110 11111110 10011 101111 0 0 100010100 1100010 1001100

Color Harmonies of #CE86FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE86FE

Black with #CE86FE

Text Example


Text Example

White with #CE86FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE86FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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