Html Css Color HEX #CE75EA Heliotrope

📋 copy color: '#CE75EA'

red 206 ◦ green 117 ◦ blue 234

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

Shades of Heliotrope #CE75EA

Tints of Heliotrope #CE75EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 42.01%

R = 36.98%
G = 21.01%
B = 42.01%

CMYK

 C value IS 0.12

 M value IS 0.5

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#CE75EA (or 0xCE75EA) is known color: Heliotrope. HEX triplet: CE, 75 and EA. RGB value is (206,117,234). Sum of RGB (Red+Green+Blue) = 206+117+234=557 (73% of max value = 765). Red value is 206 (80.86% from 255 or 36.98% from 557); Green value is 117 (46.09% from 255 or 21.01% from 557); Blue value is 234 (91.80% from 255 or 42.01% from 557); Max value from RGB is 234 - color contains mainly: blue. Hex color #CE75EA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CE75EA is #318A15. Grayscale: #9C9C9C. Windows color (decimal): -3246614 or 15365582. OLE color: 15365582.

HSL color Cylindrical-coordinate representation of color #CE75EA: hue angle of 285.64º degrees, saturation: 0.74, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CE75EA is Cyan = 0.12, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 206 117 234 -
CMYK 0.12 0.5 0 0.08
HSL 285.64º 0.74% 0.69% -
HSV(B) 285.64º 0.5% 0.92% -
XYZ 46.67 31.78 81.52 -
YUV 156.95 171.49 162.99 -
System Red Green Blue C M Y K H S L
Decimal 206 117 234 0.12 0.5 0 0.08 285.64 0.74 0.69
Hex CE 75 EA C 32 0 8 11E 4A 45
Octal 316 165 352 14 62 0 10 436 112 105
Binary 11001110 1110101 11101010 1100 110010 0 1000 100011110 1001010 1000101

Color Harmonies of #CE75EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE75EA

Black with #CE75EA

Text Example


Text Example

White with #CE75EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE75EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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