Html Css Color HEX #CE80FC Heliotrope

📋 copy color: '#CE80FC'

red 206 ◦ green 128 ◦ blue 252

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

Shades of Heliotrope #CE80FC

Tints of Heliotrope #CE80FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 43%

R = 35.15%
G = 21.84%
B = 43%

CMYK

 C value IS 0.18

 M value IS 0.49

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#CE80FC (or 0xCE80FC) is known color: Heliotrope. HEX triplet: CE, 80 and FC. RGB value is (206,128,252). Sum of RGB (Red+Green+Blue) = 206+128+252=586 (77% of max value = 765). Red value is 206 (80.86% from 255 or 35.15% from 586); Green value is 128 (50.39% from 255 or 21.84% from 586); Blue value is 252 (98.83% from 255 or 43.00% from 586); Max value from RGB is 252 - color contains mainly: blue. Hex color #CE80FC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CE80FC is #317F03. Grayscale: #A5A5A5. Windows color (decimal): -3243780 or 16548046. OLE color: 16548046.

HSL color Cylindrical-coordinate representation of color #CE80FC: hue angle of 277.74º degrees, saturation: 0.95, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #CE80FC is Cyan = 0.18, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 206 128 252 -
CMYK 0.18 0.49 0 0.01
HSL 277.74º 0.95% 0.75% -
HSV(B) 277.74º 0.49% 0.99% -
XYZ 50.74 35.59 96.29 -
YUV 165.46 176.84 156.92 -
System Red Green Blue C M Y K H S L
Decimal 206 128 252 0.18 0.49 0 0.01 277.74 0.95 0.75
Hex CE 80 FC 12 31 0 1 116 5F 4B
Octal 316 200 374 22 61 0 1 426 137 113
Binary 11001110 10000000 11111100 10010 110001 0 1 100010110 1011111 1001011

Color Harmonies of #CE80FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE80FC

Black with #CE80FC

Text Example


Text Example

White with #CE80FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE80FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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