Html Css Color HEX #CE75F6 Heliotrope

📋 copy color: '#CE75F6'

red 206 ◦ green 117 ◦ blue 246

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

Shades of Heliotrope #CE75F6

Tints of Heliotrope #CE75F6

RGB

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

 GREEN value IS 117 (46.09% from 255) = 20.56%

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

R = 36.2%
G = 20.56%
B = 43.23%

CMYK

 C value IS 0.16

 M value IS 0.52

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#CE75F6 (or 0xCE75F6) is known color: Heliotrope. HEX triplet: CE, 75 and F6. RGB value is (206,117,246). Sum of RGB (Red+Green+Blue) = 206+117+246=569 (75% of max value = 765). Red value is 206 (80.86% from 255 or 36.20% from 569); Green value is 117 (46.09% from 255 or 20.56% from 569); Blue value is 246 (96.48% from 255 or 43.23% from 569); Max value from RGB is 246 - color contains mainly: blue. Hex color #CE75F6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CE75F6 is #318A09. Grayscale: #9D9D9D. Windows color (decimal): -3246602 or 16152014. OLE color: 16152014.

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

Color convert

RGB 206 117 246 -
CMYK 0.16 0.52 0 0.04
HSL 281.4º 0.88% 0.71% -
HSV(B) 281.4º 0.52% 0.96% -
XYZ 48.45 32.5 90.91 -
YUV 158.32 177.49 162.01 -
System Red Green Blue C M Y K H S L
Decimal 206 117 246 0.16 0.52 0 0.04 281.4 0.88 0.71
Hex CE 75 F6 10 34 0 4 119 58 47
Octal 316 165 366 20 64 0 4 431 130 107
Binary 11001110 1110101 11110110 10000 110100 0 100 100011001 1011000 1000111

Color Harmonies of #CE75F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE75F6

Black with #CE75F6

Text Example


Text Example

White with #CE75F6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE75F6; }

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

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

background-color css

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

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

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

border-color css

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

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

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