Html Css Color HEX #CE73EB Heliotrope

📋 copy color: '#CE73EB'

red 206 ◦ green 115 ◦ blue 235

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

Shades of Heliotrope #CE73EB

Tints of Heliotrope #CE73EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 42.27%

R = 37.05%
G = 20.68%
B = 42.27%

CMYK

 C value IS 0.12

 M value IS 0.51

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#CE73EB (or 0xCE73EB) is known color: Heliotrope. HEX triplet: CE, 73 and EB. RGB value is (206,115,235). Sum of RGB (Red+Green+Blue) = 206+115+235=556 (73% of max value = 765). Red value is 206 (80.86% from 255 or 37.05% from 556); Green value is 115 (45.31% from 255 or 20.68% from 556); Blue value is 235 (92.19% from 255 or 42.27% from 556); Max value from RGB is 235 - color contains mainly: blue. Hex color #CE73EB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CE73EB is #318C14. Grayscale: #9B9B9B. Windows color (decimal): -3247125 or 15430606. OLE color: 15430606.

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

Color convert

RGB 206 115 235 -
CMYK 0.12 0.51 0 0.08
HSL 285.5º 0.75% 0.69% -
HSV(B) 285.5º 0.51% 0.92% -
XYZ 46.58 31.38 82.2 -
YUV 155.89 172.65 163.74 -
System Red Green Blue C M Y K H S L
Decimal 206 115 235 0.12 0.51 0 0.08 285.5 0.75 0.69
Hex CE 73 EB C 33 0 8 11E 4B 45
Octal 316 163 353 14 63 0 10 436 113 105
Binary 11001110 1110011 11101011 1100 110011 0 1000 100011110 1001011 1000101

Color Harmonies of #CE73EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE73EB

Black with #CE73EB

Text Example


Text Example

White with #CE73EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE73EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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