Html Css Color HEX #C358FD Heliotrope

📋 copy color: '#C358FD'

red 195 ◦ green 88 ◦ blue 253

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

Shades of Heliotrope #C358FD

Tints of Heliotrope #C358FD

RGB

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

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

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

R = 36.38%
G = 16.42%
B = 47.2%

CMYK

 C value IS 0.23

 M value IS 0.65

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#C358FD (or 0xC358FD) is known color: Heliotrope. HEX triplet: C3, 58 and FD. RGB value is (195,88,253). Sum of RGB (Red+Green+Blue) = 195+88+253=536 (70% of max value = 765). Red value is 195 (76.56% from 255 or 36.38% from 536); Green value is 88 (34.77% from 255 or 16.42% from 536); Blue value is 253 (99.22% from 255 or 47.20% from 536); Max value from RGB is 253 - color contains mainly: blue. Hex color #C358FD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C358FD is #3CA702. Grayscale: #8A8A8A. Windows color (decimal): -3974915 or 16603331. OLE color: 16603331.

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

Color convert

RGB 195 88 253 -
CMYK 0.23 0.65 0 0.01
HSL 278.91º 0.98% 0.67% -
HSV(B) 278.91º 0.65% 0.99% -
XYZ 43.73 25.67 95.58 -
YUV 138.8 192.45 168.08 -
System Red Green Blue C M Y K H S L
Decimal 195 88 253 0.23 0.65 0 0.01 278.91 0.98 0.67
Hex C3 58 FD 17 41 0 1 117 62 43
Octal 303 130 375 27 101 0 1 427 142 103
Binary 11000011 1011000 11111101 10111 1000001 0 1 100010111 1100010 1000011

Color Harmonies of #C358FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C358FD

Black with #C358FD

Text Example


Text Example

White with #C358FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C358FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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