Html Css Color HEX #CE73ED Heliotrope

📋 copy color: '#CE73ED'

red 206 ◦ green 115 ◦ blue 237

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

Shades of Heliotrope #CE73ED

Tints of Heliotrope #CE73ED

RGB

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

 GREEN value IS 115 (45.31% from 255) = 20.61%

 BLUE value IS 237 (92.97% from 255) = 42.47%

R = 36.92%
G = 20.61%
B = 42.47%

CMYK

 C value IS 0.13

 M value IS 0.51

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#CE73ED (or 0xCE73ED) is known color: Heliotrope. HEX triplet: CE, 73 and ED. RGB value is (206,115,237). Sum of RGB (Red+Green+Blue) = 206+115+237=558 (73% of max value = 765). Red value is 206 (80.86% from 255 or 36.92% from 558); Green value is 115 (45.31% from 255 or 20.61% from 558); Blue value is 237 (92.97% from 255 or 42.47% from 558); Max value from RGB is 237 - color contains mainly: blue. Hex color #CE73ED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CE73ED is #318C12. Grayscale: #9B9B9B. Windows color (decimal): -3247123 or 15561678. OLE color: 15561678.

HSL color Cylindrical-coordinate representation of color #CE73ED: hue angle of 284.75º degrees, saturation: 0.77, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #CE73ED is Cyan = 0.13, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 206 115 237 -
CMYK 0.13 0.51 0 0.07
HSL 284.75º 0.77% 0.69% -
HSV(B) 284.75º 0.51% 0.93% -
XYZ 46.87 31.5 83.73 -
YUV 156.12 173.65 163.58 -
System Red Green Blue C M Y K H S L
Decimal 206 115 237 0.13 0.51 0 0.07 284.75 0.77 0.69
Hex CE 73 ED D 33 0 7 11D 4D 45
Octal 316 163 355 15 63 0 7 435 115 105
Binary 11001110 1110011 11101101 1101 110011 0 111 100011101 1001101 1000101

Color Harmonies of #CE73ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE73ED

Black with #CE73ED

Text Example


Text Example

White with #CE73ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE73ED; }

 p { color: rgb(206,115,237); }

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

background-color css

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

 a { background-color: rgb(206,115,237); }

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

border-color css

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

 span { border-color: rgb(206,115,237); }

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