Html Css Color HEX #C358FE Heliotrope

📋 copy color: '#C358FE'

red 195 ◦ green 88 ◦ blue 254

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

Shades of Heliotrope #C358FE

Tints of Heliotrope #C358FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 47.3%

R = 36.31%
G = 16.39%
B = 47.3%

CMYK

 C value IS 0.23

 M value IS 0.65

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#C358FE (or 0xC358FE) is known color: Heliotrope. HEX triplet: C3, 58 and FE. RGB value is (195,88,254). Sum of RGB (Red+Green+Blue) = 195+88+254=537 (71% of max value = 765). Red value is 195 (76.56% from 255 or 36.31% from 537); Green value is 88 (34.77% from 255 or 16.39% from 537); Blue value is 254 (99.61% from 255 or 47.30% from 537); Max value from RGB is 254 - color contains mainly: blue. Hex color #C358FE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C358FE is #3CA701. Grayscale: #8A8A8A. Windows color (decimal): -3974914 or 16668867. OLE color: 16668867.

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

Color convert

RGB 195 88 254 -
CMYK 0.23 0.65 0 0.00
HSL 278.67º 0.99% 0.67% -
HSV(B) 278.67º 0.65% 1% -
XYZ 43.88 25.74 96.42 -
YUV 138.92 192.95 168 -
System Red Green Blue C M Y K H S L
Decimal 195 88 254 0.23 0.65 0 0.00 278.67 0.99 0.67
Hex C3 58 FE 17 41 0 0 117 63 43
Octal 303 130 376 27 101 0 0 427 143 103
Binary 11000011 1011000 11111110 10111 1000001 0 0 100010111 1100011 1000011

Color Harmonies of #C358FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C358FE

Black with #C358FE

Text Example


Text Example

White with #C358FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C358FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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