Html Css Color HEX #CE68FE Heliotrope

📋 copy color: '#CE68FE'

red 206 ◦ green 104 ◦ blue 254

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

Shades of Heliotrope #CE68FE

Tints of Heliotrope #CE68FE

RGB

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

 GREEN value IS 104 (41.02% from 255) = 18.44%

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

R = 36.52%
G = 18.44%
B = 45.04%

CMYK

 C value IS 0.19

 M value IS 0.59

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#CE68FE (or 0xCE68FE) is known color: Heliotrope. HEX triplet: CE, 68 and FE. RGB value is (206,104,254). Sum of RGB (Red+Green+Blue) = 206+104+254=564 (74% of max value = 765). Red value is 206 (80.86% from 255 or 36.52% from 564); Green value is 104 (41.02% from 255 or 18.44% from 564); Blue value is 254 (99.61% from 255 or 45.04% from 564); Max value from RGB is 254 - color contains mainly: blue. Hex color #CE68FE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CE68FE is #319701. Grayscale: #979797. Windows color (decimal): -3249922 or 16672974. OLE color: 16672974.

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

Color convert

RGB 206 104 254 -
CMYK 0.19 0.59 0 0.00
HSL 280.8º 0.99% 0.7% -
HSV(B) 280.8º 0.59% 1% -
XYZ 48.29 30.18 97.05 -
YUV 151.6 185.79 166.8 -
System Red Green Blue C M Y K H S L
Decimal 206 104 254 0.19 0.59 0 0.00 280.8 0.99 0.7
Hex CE 68 FE 13 3B 0 0 119 63 46
Octal 316 150 376 23 73 0 0 431 143 106
Binary 11001110 1101000 11111110 10011 111011 0 0 100011001 1100011 1000110

Color Harmonies of #CE68FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE68FE

Black with #CE68FE

Text Example


Text Example

White with #CE68FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE68FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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