Html Css Color HEX #CE58FA Heliotrope

📋 copy color: '#CE58FA'

red 206 ◦ green 88 ◦ blue 250

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

Shades of Heliotrope #CE58FA

Tints of Heliotrope #CE58FA

RGB

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

 GREEN value IS 88 (34.77% from 255) = 16.18%

 BLUE value IS 250 (98.05% from 255) = 45.96%

R = 37.87%
G = 16.18%
B = 45.96%

CMYK

 C value IS 0.18

 M value IS 0.65

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#CE58FA (or 0xCE58FA) is known color: Heliotrope. HEX triplet: CE, 58 and FA. RGB value is (206,88,250). Sum of RGB (Red+Green+Blue) = 206+88+250=544 (72% of max value = 765). Red value is 206 (80.86% from 255 or 37.87% from 544); Green value is 88 (34.77% from 255 or 16.18% from 544); Blue value is 250 (98.05% from 255 or 45.96% from 544); Max value from RGB is 250 - color contains mainly: blue. Hex color #CE58FA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CE58FA is #31A705. Grayscale: #8D8D8D. Windows color (decimal): -3254022 or 16406734. OLE color: 16406734.

HSL color Cylindrical-coordinate representation of color #CE58FA: hue angle of 283.7º degrees, saturation: 0.94, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #CE58FA is Cyan = 0.18, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 206 88 250 -
CMYK 0.18 0.65 0 0.02
HSL 283.7º 0.94% 0.66% -
HSV(B) 283.7º 0.65% 0.98% -
XYZ 46.2 27 93.22 -
YUV 141.75 189.09 173.83 -
System Red Green Blue C M Y K H S L
Decimal 206 88 250 0.18 0.65 0 0.02 283.7 0.94 0.66
Hex CE 58 FA 12 41 0 2 11C 5E 42
Octal 316 130 372 22 101 0 2 434 136 102
Binary 11001110 1011000 11111010 10010 1000001 0 10 100011100 1011110 1000010

Color Harmonies of #CE58FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE58FA

Black with #CE58FA

Text Example


Text Example

White with #CE58FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE58FA; }

 p { color: rgb(206,88,250); }

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

background-color css

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

 a { background-color: rgb(206,88,250); }

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

border-color css

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

 span { border-color: rgb(206,88,250); }

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