Html Css Color HEX #CE68F6 Heliotrope

📋 copy color: '#CE68F6'

red 206 ◦ green 104 ◦ blue 246

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

Shades of Heliotrope #CE68F6

Tints of Heliotrope #CE68F6

RGB

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

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

 BLUE value IS 246 (96.48% from 255) = 44.24%

R = 37.05%
G = 18.71%
B = 44.24%

CMYK

 C value IS 0.16

 M value IS 0.58

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#CE68F6 (or 0xCE68F6) is known color: Heliotrope. HEX triplet: CE, 68 and F6. RGB value is (206,104,246). Sum of RGB (Red+Green+Blue) = 206+104+246=556 (73% of max value = 765). Red value is 206 (80.86% from 255 or 37.05% from 556); Green value is 104 (41.02% from 255 or 18.71% from 556); Blue value is 246 (96.48% from 255 or 44.24% from 556); Max value from RGB is 246 - color contains mainly: blue. Hex color #CE68F6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CE68F6 is #319709. Grayscale: #969696. Windows color (decimal): -3249930 or 16148686. OLE color: 16148686.

HSL color Cylindrical-coordinate representation of color #CE68F6: hue angle of 283.1º degrees, saturation: 0.89, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #CE68F6 is Cyan = 0.16, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 206 104 246 -
CMYK 0.16 0.58 0 0.04
HSL 283.1º 0.89% 0.69% -
HSV(B) 283.1º 0.58% 0.96% -
XYZ 47.04 29.68 90.44 -
YUV 150.69 181.79 167.45 -
System Red Green Blue C M Y K H S L
Decimal 206 104 246 0.16 0.58 0 0.04 283.1 0.89 0.69
Hex CE 68 F6 10 3A 0 4 11B 59 45
Octal 316 150 366 20 72 0 4 433 131 105
Binary 11001110 1101000 11110110 10000 111010 0 100 100011011 1011001 1000101

Color Harmonies of #CE68F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE68F6

Black with #CE68F6

Text Example


Text Example

White with #CE68F6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE68F6; }

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

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

background-color css

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

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

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

border-color css

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

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

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