Html Css Color HEX #CE75F5 Heliotrope

📋 copy color: '#CE75F5'

red 206 ◦ green 117 ◦ blue 245

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

Shades of Heliotrope #CE75F5

Tints of Heliotrope #CE75F5

RGB

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

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

 BLUE value IS 245 (96.09% from 255) = 43.13%

R = 36.27%
G = 20.6%
B = 43.13%

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

#CE75F5 (or 0xCE75F5) is known color: Heliotrope. HEX triplet: CE, 75 and F5. RGB value is (206,117,245). Sum of RGB (Red+Green+Blue) = 206+117+245=568 (75% of max value = 765). Red value is 206 (80.86% from 255 or 36.27% from 568); Green value is 117 (46.09% from 255 or 20.60% from 568); Blue value is 245 (96.09% from 255 or 43.13% from 568); Max value from RGB is 245 - color contains mainly: blue. Hex color #CE75F5 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CE75F5 is #318A0A. Grayscale: #9D9D9D. Windows color (decimal): -3246603 or 16086478. OLE color: 16086478.

HSL color Cylindrical-coordinate representation of color #CE75F5: hue angle of 281.72º degrees, saturation: 0.86, 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 #CE75F5 is Cyan = 0.16, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 206 117 245 -
CMYK 0.16 0.52 0 0.04
HSL 281.72º 0.86% 0.71% -
HSV(B) 281.72º 0.52% 0.96% -
XYZ 48.3 32.44 90.1 -
YUV 158.2 176.99 162.09 -
System Red Green Blue C M Y K H S L
Decimal 206 117 245 0.16 0.52 0 0.04 281.72 0.86 0.71
Hex CE 75 F5 10 34 0 4 11A 56 47
Octal 316 165 365 20 64 0 4 432 126 107
Binary 11001110 1110101 11110101 10000 110100 0 100 100011010 1010110 1000111

Color Harmonies of #CE75F5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE75F5

Black with #CE75F5

Text Example


Text Example

White with #CE75F5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE75F5; }

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

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

background-color css

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

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

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

border-color css

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

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

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