Html Css Color HEX #C258FB Heliotrope

📋 copy color: '#C258FB'

red 194 ◦ green 88 ◦ blue 251

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

Shades of Heliotrope #C258FB

Tints of Heliotrope #C258FB

RGB

 RED value IS 194 (76.17% from 255) = 36.4%

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

 BLUE value IS 251 (98.44% from 255) = 47.09%

R = 36.4%
G = 16.51%
B = 47.09%

CMYK

 C value IS 0.23

 M value IS 0.65

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C258FB (or 0xC258FB) is known color: Heliotrope. HEX triplet: C2, 58 and FB. RGB value is (194,88,251). Sum of RGB (Red+Green+Blue) = 194+88+251=533 (70% of max value = 765). Red value is 194 (76.17% from 255 or 36.40% from 533); Green value is 88 (34.77% from 255 or 16.51% from 533); Blue value is 251 (98.44% from 255 or 47.09% from 533); Max value from RGB is 251 - color contains mainly: blue. Hex color #C258FB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C258FB is #3DA704. Grayscale: #898989. Windows color (decimal): -4040453 or 16472258. OLE color: 16472258.

HSL color Cylindrical-coordinate representation of color #C258FB: hue angle of 279.02º degrees, saturation: 0.95, 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 #C258FB is Cyan = 0.23, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 194 88 251 -
CMYK 0.23 0.65 0 0.02
HSL 279.02º 0.95% 0.66% -
HSV(B) 279.02º 0.65% 0.98% -
XYZ 43.15 25.41 93.9 -
YUV 138.28 191.62 167.75 -
System Red Green Blue C M Y K H S L
Decimal 194 88 251 0.23 0.65 0 0.02 279.02 0.95 0.66
Hex C2 58 FB 17 41 0 2 117 5F 42
Octal 302 130 373 27 101 0 2 427 137 102
Binary 11000010 1011000 11111011 10111 1000001 0 10 100010111 1011111 1000010

Color Harmonies of #C258FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C258FB

Black with #C258FB

Text Example


Text Example

White with #C258FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C258FB; }

 p { color: rgb(194,88,251); }

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

background-color css

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

 a { background-color: rgb(194,88,251); }

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

border-color css

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

 span { border-color: rgb(194,88,251); }

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