Html Css Color HEX #CE86FA Heliotrope

📋 copy color: '#CE86FA'

red 206 ◦ green 134 ◦ blue 250

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

Shades of Heliotrope #CE86FA

Tints of Heliotrope #CE86FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 42.37%

R = 34.92%
G = 22.71%
B = 42.37%

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

#CE86FA (or 0xCE86FA) is known color: Heliotrope. HEX triplet: CE, 86 and FA. RGB value is (206,134,250). Sum of RGB (Red+Green+Blue) = 206+134+250=590 (78% of max value = 765). Red value is 206 (80.86% from 255 or 34.92% from 590); Green value is 134 (52.73% from 255 or 22.71% from 590); Blue value is 250 (98.05% from 255 or 42.37% from 590); Max value from RGB is 250 - color contains mainly: blue. Hex color #CE86FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CE86FA is #317905. Grayscale: #A8A8A8. Windows color (decimal): -3242246 or 16418510. OLE color: 16418510.

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

Color convert

RGB 206 134 250 -
CMYK 0.18 0.46 0 0.02
HSL 277.24º 0.92% 0.75% -
HSV(B) 277.24º 0.46% 0.98% -
XYZ 51.23 37.07 94.9 -
YUV 168.75 173.85 154.57 -
System Red Green Blue C M Y K H S L
Decimal 206 134 250 0.18 0.46 0 0.02 277.24 0.92 0.75
Hex CE 86 FA 12 2E 0 2 115 5C 4B
Octal 316 206 372 22 56 0 2 425 134 113
Binary 11001110 10000110 11111010 10010 101110 0 10 100010101 1011100 1001011

Color Harmonies of #CE86FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE86FA

Black with #CE86FA

Text Example


Text Example

White with #CE86FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE86FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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