Html Css Color HEX #CE58FC Heliotrope

📋 copy color: '#CE58FC'

red 206 ◦ green 88 ◦ blue 252

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

Shades of Heliotrope #CE58FC

Tints of Heliotrope #CE58FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 46.15%

R = 37.73%
G = 16.12%
B = 46.15%

CMYK

 C value IS 0.18

 M value IS 0.65

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#CE58FC (or 0xCE58FC) is known color: Heliotrope. HEX triplet: CE, 58 and FC. RGB value is (206,88,252). Sum of RGB (Red+Green+Blue) = 206+88+252=546 (72% of max value = 765). Red value is 206 (80.86% from 255 or 37.73% from 546); Green value is 88 (34.77% from 255 or 16.12% from 546); Blue value is 252 (98.83% from 255 or 46.15% from 546); Max value from RGB is 252 - color contains mainly: blue. Hex color #CE58FC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CE58FC is #31A703. Grayscale: #8D8D8D. Windows color (decimal): -3254020 or 16537806. OLE color: 16537806.

HSL color Cylindrical-coordinate representation of color #CE58FC: hue angle of 283.17º degrees, saturation: 0.96, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #CE58FC is Cyan = 0.18, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 206 88 252 -
CMYK 0.18 0.65 0 0.01
HSL 283.17º 0.96% 0.67% -
HSV(B) 283.17º 0.65% 0.99% -
XYZ 46.51 27.13 94.88 -
YUV 141.98 190.09 173.66 -
System Red Green Blue C M Y K H S L
Decimal 206 88 252 0.18 0.65 0 0.01 283.17 0.96 0.67
Hex CE 58 FC 12 41 0 1 11B 60 43
Octal 316 130 374 22 101 0 1 433 140 103
Binary 11001110 1011000 11111100 10010 1000001 0 1 100011011 1100000 1000011

Color Harmonies of #CE58FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE58FC

Black with #CE58FC

Text Example


Text Example

White with #CE58FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE58FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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