Html Css Color HEX #CE6EFA Heliotrope

📋 copy color: '#CE6EFA'

red 206 ◦ green 110 ◦ blue 250

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

Shades of Heliotrope #CE6EFA

Tints of Heliotrope #CE6EFA

RGB

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

 GREEN value IS 110 (43.36% from 255) = 19.43%

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

R = 36.4%
G = 19.43%
B = 44.17%

CMYK

 C value IS 0.18

 M value IS 0.56

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#CE6EFA (or 0xCE6EFA) is known color: Heliotrope. HEX triplet: CE, 6E and FA. RGB value is (206,110,250). Sum of RGB (Red+Green+Blue) = 206+110+250=566 (74% of max value = 765). Red value is 206 (80.86% from 255 or 36.40% from 566); Green value is 110 (43.36% from 255 or 19.43% from 566); Blue value is 250 (98.05% from 255 or 44.17% from 566); Max value from RGB is 250 - color contains mainly: blue. Hex color #CE6EFA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CE6EFA is #319105. Grayscale: #9A9A9A. Windows color (decimal): -3248390 or 16412366. OLE color: 16412366.

HSL color Cylindrical-coordinate representation of color #CE6EFA: hue angle of 281.14º degrees, saturation: 0.93, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #CE6EFA is Cyan = 0.18, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 206 110 250 -
CMYK 0.18 0.56 0 0.02
HSL 281.14º 0.93% 0.71% -
HSV(B) 281.14º 0.56% 0.98% -
XYZ 48.28 31.18 93.92 -
YUV 154.66 181.8 164.62 -
System Red Green Blue C M Y K H S L
Decimal 206 110 250 0.18 0.56 0 0.02 281.14 0.93 0.71
Hex CE 6E FA 12 38 0 2 119 5D 47
Octal 316 156 372 22 70 0 2 431 135 107
Binary 11001110 1101110 11111010 10010 111000 0 10 100011001 1011101 1000111

Color Harmonies of #CE6EFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE6EFA

Black with #CE6EFA

Text Example


Text Example

White with #CE6EFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE6EFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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