Html Css Color HEX #CE86FB Heliotrope

📋 copy color: '#CE86FB'

red 206 ◦ green 134 ◦ blue 251

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

Shades of Heliotrope #CE86FB

Tints of Heliotrope #CE86FB

RGB

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

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

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

R = 34.86%
G = 22.67%
B = 42.47%

CMYK

 C value IS 0.18

 M value IS 0.47

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#CE86FB (or 0xCE86FB) is known color: Heliotrope. HEX triplet: CE, 86 and FB. RGB value is (206,134,251). Sum of RGB (Red+Green+Blue) = 206+134+251=591 (78% of max value = 765). Red value is 206 (80.86% from 255 or 34.86% from 591); Green value is 134 (52.73% from 255 or 22.67% from 591); Blue value is 251 (98.44% from 255 or 42.47% from 591); Max value from RGB is 251 - color contains mainly: blue. Hex color #CE86FB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CE86FB is #317904. Grayscale: #A8A8A8. Windows color (decimal): -3242245 or 16484046. OLE color: 16484046.

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

Color convert

RGB 206 134 251 -
CMYK 0.18 0.47 0 0.02
HSL 276.92º 0.94% 0.75% -
HSV(B) 276.92º 0.47% 0.98% -
XYZ 51.39 37.14 95.73 -
YUV 168.87 174.35 154.49 -
System Red Green Blue C M Y K H S L
Decimal 206 134 251 0.18 0.47 0 0.02 276.92 0.94 0.75
Hex CE 86 FB 12 2F 0 2 115 5E 4B
Octal 316 206 373 22 57 0 2 425 136 113
Binary 11001110 10000110 11111011 10010 101111 0 10 100010101 1011110 1001011

Color Harmonies of #CE86FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE86FB

Black with #CE86FB

Text Example


Text Example

White with #CE86FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE86FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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