Html Css Color HEX #C358FA Heliotrope

📋 copy color: '#C358FA'

red 195 ◦ green 88 ◦ blue 250

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

Shades of Heliotrope #C358FA

Tints of Heliotrope #C358FA

RGB

 RED value IS 195 (76.56% from 255) = 36.59%

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

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

R = 36.59%
G = 16.51%
B = 46.9%

CMYK

 C value IS 0.22

 M value IS 0.65

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C358FA (or 0xC358FA) is known color: Heliotrope. HEX triplet: C3, 58 and FA. RGB value is (195,88,250). Sum of RGB (Red+Green+Blue) = 195+88+250=533 (70% of max value = 765). Red value is 195 (76.56% from 255 or 36.59% from 533); Green value is 88 (34.77% from 255 or 16.51% from 533); Blue value is 250 (98.05% from 255 or 46.90% from 533); Max value from RGB is 250 - color contains mainly: blue. Hex color #C358FA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C358FA is #3CA705. Grayscale: #898989. Windows color (decimal): -3974918 or 16406723. OLE color: 16406723.

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

Color convert

RGB 195 88 250 -
CMYK 0.22 0.65 0 0.02
HSL 279.63º 0.94% 0.66% -
HSV(B) 279.63º 0.65% 0.98% -
XYZ 43.25 25.48 93.08 -
YUV 138.46 190.95 168.33 -
System Red Green Blue C M Y K H S L
Decimal 195 88 250 0.22 0.65 0 0.02 279.63 0.94 0.66
Hex C3 58 FA 16 41 0 2 118 5E 42
Octal 303 130 372 26 101 0 2 430 136 102
Binary 11000011 1011000 11111010 10110 1000001 0 10 100011000 1011110 1000010

Color Harmonies of #C358FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C358FA

Black with #C358FA

Text Example


Text Example

White with #C358FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C358FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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