Html Css Color HEX #CE80FF Heliotrope

📋 copy color: '#CE80FF'

red 206 ◦ green 128 ◦ blue 255

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

Shades of Heliotrope #CE80FF

Tints of Heliotrope #CE80FF

RGB

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

 GREEN value IS 128 (50.39% from 255) = 21.73%

 BLUE value IS 255 (100% from 255) = 43.29%

R = 34.97%
G = 21.73%
B = 43.29%

CMYK

 C value IS 0.19

 M value IS 0.50

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#CE80FF (or 0xCE80FF) is known color: Heliotrope. HEX triplet: CE, 80 and FF. RGB value is (206,128,255). Sum of RGB (Red+Green+Blue) = 206+128+255=589 (78% of max value = 765). Red value is 206 (80.86% from 255 or 34.97% from 589); Green value is 128 (50.39% from 255 or 21.73% from 589); Blue value is 255 (100% from 255 or 43.29% from 589); Max value from RGB is 255 - color contains mainly: blue. Hex color #CE80FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CE80FF is #317F00. Grayscale: #A5A5A5. Windows color (decimal): -3243777 or 16744654. OLE color: 16744654.

HSL color Cylindrical-coordinate representation of color #CE80FF: hue angle of 276.85º degrees, saturation: 1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CE80FF is Cyan = 0.19, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 206 128 255 -
CMYK 0.19 0.50 0 0
HSL 276.85º 1% 0.75% -
HSV(B) 276.85º 0.5% 1% -
XYZ 51.22 35.78 98.81 -
YUV 165.8 178.34 156.67 -
System Red Green Blue C M Y K H S L
Decimal 206 128 255 0.19 0.50 0 0 276.85 1 0.75
Hex CE 80 FF 13 32 0 0 115 64 4B
Octal 316 200 377 23 62 0 0 425 144 113
Binary 11001110 10000000 11111111 10011 110010 0 0 100010101 1100100 1001011

Color Harmonies of #CE80FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE80FF

Black with #CE80FF

Text Example


Text Example

White with #CE80FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE80FF; }

 p { color: rgb(206,128,255); }

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

background-color css

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

 a { background-color: rgb(206,128,255); }

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

border-color css

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

 span { border-color: rgb(206,128,255); }

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