Html Css Color HEX #CE68F9 Heliotrope

📋 copy color: '#CE68F9'

red 206 ◦ green 104 ◦ blue 249

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

Shades of Heliotrope #CE68F9

Tints of Heliotrope #CE68F9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 44.54%

R = 36.85%
G = 18.6%
B = 44.54%

CMYK

 C value IS 0.17

 M value IS 0.58

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#CE68F9 (or 0xCE68F9) is known color: Heliotrope. HEX triplet: CE, 68 and F9. RGB value is (206,104,249). Sum of RGB (Red+Green+Blue) = 206+104+249=559 (74% of max value = 765). Red value is 206 (80.86% from 255 or 36.85% from 559); Green value is 104 (41.02% from 255 or 18.60% from 559); Blue value is 249 (97.66% from 255 or 44.54% from 559); Max value from RGB is 249 - color contains mainly: blue. Hex color #CE68F9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CE68F9 is #319706. Grayscale: #969696. Windows color (decimal): -3249927 or 16345294. OLE color: 16345294.

HSL color Cylindrical-coordinate representation of color #CE68F9: hue angle of 282.21º degrees, saturation: 0.92, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #CE68F9 is Cyan = 0.17, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 206 104 249 -
CMYK 0.17 0.58 0 0.02
HSL 282.21º 0.92% 0.69% -
HSV(B) 282.21º 0.58% 0.98% -
XYZ 47.5 29.86 92.88 -
YUV 151.03 183.29 167.21 -
System Red Green Blue C M Y K H S L
Decimal 206 104 249 0.17 0.58 0 0.02 282.21 0.92 0.69
Hex CE 68 F9 11 3A 0 2 11A 5C 45
Octal 316 150 371 21 72 0 2 432 134 105
Binary 11001110 1101000 11111001 10001 111010 0 10 100011010 1011100 1000101

Color Harmonies of #CE68F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE68F9

Black with #CE68F9

Text Example


Text Example

White with #CE68F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE68F9; }

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

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

background-color css

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

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

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

border-color css

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

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

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