Html Css Color HEX #CE6FF0 Heliotrope

📋 copy color: '#CE6FF0'

red 206 ◦ green 111 ◦ blue 240

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

Shades of Heliotrope #CE6FF0

Tints of Heliotrope #CE6FF0

RGB

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

 GREEN value IS 111 (43.75% from 255) = 19.93%

 BLUE value IS 240 (94.14% from 255) = 43.09%

R = 36.98%
G = 19.93%
B = 43.09%

CMYK

 C value IS 0.14

 M value IS 0.54

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#CE6FF0 (or 0xCE6FF0) is known color: Heliotrope. HEX triplet: CE, 6F and F0. RGB value is (206,111,240). Sum of RGB (Red+Green+Blue) = 206+111+240=557 (73% of max value = 765). Red value is 206 (80.86% from 255 or 36.98% from 557); Green value is 111 (43.75% from 255 or 19.93% from 557); Blue value is 240 (94.14% from 255 or 43.09% from 557); Max value from RGB is 240 - color contains mainly: blue. Hex color #CE6FF0 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CE6FF0 is #31900F. Grayscale: #999999. Windows color (decimal): -3248144 or 15757262. OLE color: 15757262.

HSL color Cylindrical-coordinate representation of color #CE6FF0: hue angle of 284.19º degrees, saturation: 0.81, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #CE6FF0 is Cyan = 0.14, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 206 111 240 -
CMYK 0.14 0.54 0 0.06
HSL 284.19º 0.81% 0.69% -
HSV(B) 284.19º 0.54% 0.94% -
XYZ 46.87 30.78 85.91 -
YUV 154.11 176.47 165.01 -
System Red Green Blue C M Y K H S L
Decimal 206 111 240 0.14 0.54 0 0.06 284.19 0.81 0.69
Hex CE 6F F0 E 36 0 6 11C 51 45
Octal 316 157 360 16 66 0 6 434 121 105
Binary 11001110 1101111 11110000 1110 110110 0 110 100011100 1010001 1000101

Color Harmonies of #CE6FF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE6FF0

Black with #CE6FF0

Text Example


Text Example

White with #CE6FF0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE6FF0; }

 p { color: rgb(206,111,240); }

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

background-color css

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

 a { background-color: rgb(206,111,240); }

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

border-color css

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

 span { border-color: rgb(206,111,240); }

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