Html Css Color HEX #CE75E8 Heliotrope

📋 copy color: '#CE75E8'

red 206 ◦ green 117 ◦ blue 232

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

Shades of Heliotrope #CE75E8

Tints of Heliotrope #CE75E8

RGB

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

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

 BLUE value IS 232 (91.02% from 255) = 41.8%

R = 37.12%
G = 21.08%
B = 41.8%

CMYK

 C value IS 0.11

 M value IS 0.50

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#CE75E8 (or 0xCE75E8) is known color: Heliotrope. HEX triplet: CE, 75 and E8. RGB value is (206,117,232). Sum of RGB (Red+Green+Blue) = 206+117+232=555 (73% of max value = 765). Red value is 206 (80.86% from 255 or 37.12% from 555); Green value is 117 (46.09% from 255 or 21.08% from 555); Blue value is 232 (91.02% from 255 or 41.80% from 555); Max value from RGB is 232 - color contains mainly: blue. Hex color #CE75E8 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CE75E8 is #318A17. Grayscale: #9C9C9C. Windows color (decimal): -3246616 or 15234510. OLE color: 15234510.

HSL color Cylindrical-coordinate representation of color #CE75E8: hue angle of 286.43º degrees, saturation: 0.71, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CE75E8 is Cyan = 0.11, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 206 117 232 -
CMYK 0.11 0.50 0 0.09
HSL 286.43º 0.71% 0.68% -
HSV(B) 286.43º 0.5% 0.91% -
XYZ 46.38 31.67 80.01 -
YUV 156.72 170.49 163.15 -
System Red Green Blue C M Y K H S L
Decimal 206 117 232 0.11 0.50 0 0.09 286.43 0.71 0.68
Hex CE 75 E8 B 32 0 9 11E 47 44
Octal 316 165 350 13 62 0 11 436 107 104
Binary 11001110 1110101 11101000 1011 110010 0 1001 100011110 1000111 1000100

Color Harmonies of #CE75E8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE75E8

Black with #CE75E8

Text Example


Text Example

White with #CE75E8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE75E8; }

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

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

background-color css

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

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

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

border-color css

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

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

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