Html Css Color HEX #CE73F9 Heliotrope

📋 copy color: '#CE73F9'

red 206 ◦ green 115 ◦ blue 249

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

Shades of Heliotrope #CE73F9

Tints of Heliotrope #CE73F9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 43.68%

R = 36.14%
G = 20.18%
B = 43.68%

CMYK

 C value IS 0.17

 M value IS 0.54

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#CE73F9 (or 0xCE73F9) is known color: Heliotrope. HEX triplet: CE, 73 and F9. RGB value is (206,115,249). Sum of RGB (Red+Green+Blue) = 206+115+249=570 (75% of max value = 765). Red value is 206 (80.86% from 255 or 36.14% from 570); Green value is 115 (45.31% from 255 or 20.18% from 570); Blue value is 249 (97.66% from 255 or 43.68% from 570); Max value from RGB is 249 - color contains mainly: blue. Hex color #CE73F9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CE73F9 is #318C06. Grayscale: #9D9D9D. Windows color (decimal): -3247111 or 16348110. OLE color: 16348110.

HSL color Cylindrical-coordinate representation of color #CE73F9: hue angle of 280.75º degrees, saturation: 0.92, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #CE73F9 is Cyan = 0.17, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 206 115 249 -
CMYK 0.17 0.54 0 0.02
HSL 280.75º 0.92% 0.71% -
HSV(B) 280.75º 0.54% 0.98% -
XYZ 48.68 32.22 93.28 -
YUV 157.49 179.65 162.6 -
System Red Green Blue C M Y K H S L
Decimal 206 115 249 0.17 0.54 0 0.02 280.75 0.92 0.71
Hex CE 73 F9 11 36 0 2 119 5C 47
Octal 316 163 371 21 66 0 2 431 134 107
Binary 11001110 1110011 11111001 10001 110110 0 10 100011001 1011100 1000111

Color Harmonies of #CE73F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE73F9

Black with #CE73F9

Text Example


Text Example

White with #CE73F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE73F9; }

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

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

background-color css

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

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

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

border-color css

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

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

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