Html Css Color HEX #C358FF Heliotrope

📋 copy color: '#C358FF'

red 195 ◦ green 88 ◦ blue 255

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

Shades of Heliotrope #C358FF

Tints of Heliotrope #C358FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 47.4%

R = 36.25%
G = 16.36%
B = 47.4%

CMYK

 C value IS 0.24

 M value IS 0.65

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#C358FF (or 0xC358FF) is known color: Heliotrope. HEX triplet: C3, 58 and FF. RGB value is (195,88,255). Sum of RGB (Red+Green+Blue) = 195+88+255=538 (71% of max value = 765). Red value is 195 (76.56% from 255 or 36.25% from 538); Green value is 88 (34.77% from 255 or 16.36% from 538); Blue value is 255 (100% from 255 or 47.40% from 538); Max value from RGB is 255 - color contains mainly: blue. Hex color #C358FF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C358FF is #3CA700. Grayscale: #8A8A8A. Windows color (decimal): -3974913 or 16734403. OLE color: 16734403.

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

Color convert

RGB 195 88 255 -
CMYK 0.24 0.65 0 0
HSL 278.44º 1% 0.67% -
HSV(B) 278.44º 0.65% 1% -
XYZ 44.05 25.8 97.27 -
YUV 139.03 193.45 167.92 -
System Red Green Blue C M Y K H S L
Decimal 195 88 255 0.24 0.65 0 0 278.44 1 0.67
Hex C3 58 FF 18 41 0 0 116 64 43
Octal 303 130 377 30 101 0 0 426 144 103
Binary 11000011 1011000 11111111 11000 1000001 0 0 100010110 1100100 1000011

Color Harmonies of #C358FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C358FF

Black with #C358FF

Text Example


Text Example

White with #C358FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C358FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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