Html Css Color HEX #C058FD Heliotrope

📋 copy color: '#C058FD'

red 192 ◦ green 88 ◦ blue 253

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

Shades of Heliotrope #C058FD

Tints of Heliotrope #C058FD

RGB

 RED value IS 192 (75.39% from 255) = 36.02%

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

 BLUE value IS 253 (99.22% from 255) = 47.47%

R = 36.02%
G = 16.51%
B = 47.47%

CMYK

 C value IS 0.24

 M value IS 0.65

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#C058FD (or 0xC058FD) is known color: Heliotrope. HEX triplet: C0, 58 and FD. RGB value is (192,88,253). Sum of RGB (Red+Green+Blue) = 192+88+253=533 (70% of max value = 765). Red value is 192 (75.39% from 255 or 36.02% from 533); Green value is 88 (34.77% from 255 or 16.51% from 533); Blue value is 253 (99.22% from 255 or 47.47% from 533); Max value from RGB is 253 - color contains mainly: blue. Hex color #C058FD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C058FD is #3FA702. Grayscale: #898989. Windows color (decimal): -4171523 or 16603328. OLE color: 16603328.

HSL color Cylindrical-coordinate representation of color #C058FD: hue angle of 277.82º degrees, saturation: 0.98, 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 #C058FD is Cyan = 0.24, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 192 88 253 -
CMYK 0.24 0.65 0 0.01
HSL 277.82º 0.98% 0.67% -
HSV(B) 277.82º 0.65% 0.99% -
XYZ 42.96 25.28 95.54 -
YUV 137.91 192.96 166.58 -
System Red Green Blue C M Y K H S L
Decimal 192 88 253 0.24 0.65 0 0.01 277.82 0.98 0.67
Hex C0 58 FD 18 41 0 1 116 62 43
Octal 300 130 375 30 101 0 1 426 142 103
Binary 11000000 1011000 11111101 11000 1000001 0 1 100010110 1100010 1000011

Color Harmonies of #C058FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C058FD

Black with #C058FD

Text Example


Text Example

White with #C058FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C058FD; }

 p { color: rgb(192,88,253); }

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

background-color css

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

 a { background-color: rgb(192,88,253); }

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

border-color css

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

 span { border-color: rgb(192,88,253); }

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