Html Css Color HEX #CE6FFE Heliotrope

📋 copy color: '#CE6FFE'

red 206 ◦ green 111 ◦ blue 254

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

Shades of Heliotrope #CE6FFE

Tints of Heliotrope #CE6FFE

RGB

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

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

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

R = 36.08%
G = 19.44%
B = 44.48%

CMYK

 C value IS 0.19

 M value IS 0.56

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#CE6FFE (or 0xCE6FFE) is known color: Heliotrope. HEX triplet: CE, 6F and FE. RGB value is (206,111,254). Sum of RGB (Red+Green+Blue) = 206+111+254=571 (75% of max value = 765). Red value is 206 (80.86% from 255 or 36.08% from 571); Green value is 111 (43.75% from 255 or 19.44% from 571); Blue value is 254 (99.61% from 255 or 44.48% from 571); Max value from RGB is 254 - color contains mainly: blue. Hex color #CE6FFE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CE6FFE is #319001. Grayscale: #9B9B9B. Windows color (decimal): -3248130 or 16674766. OLE color: 16674766.

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

Color convert

RGB 206 111 254 -
CMYK 0.19 0.56 0 0.00
HSL 279.86º 0.99% 0.72% -
HSV(B) 279.86º 0.56% 1% -
XYZ 49.03 31.65 97.29 -
YUV 155.71 183.47 163.87 -
System Red Green Blue C M Y K H S L
Decimal 206 111 254 0.19 0.56 0 0.00 279.86 0.99 0.72
Hex CE 6F FE 13 38 0 0 118 63 48
Octal 316 157 376 23 70 0 0 430 143 110
Binary 11001110 1101111 11111110 10011 111000 0 0 100011000 1100011 1001000

Color Harmonies of #CE6FFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE6FFE

Black with #CE6FFE

Text Example


Text Example

White with #CE6FFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE6FFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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