Html Css Color HEX #C355FD Heliotrope

📋 copy color: '#C355FD'

red 195 ◦ green 85 ◦ blue 253

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

Shades of Heliotrope #C355FD

Tints of Heliotrope #C355FD

RGB

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

 GREEN value IS 85 (33.59% from 255) = 15.95%

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

R = 36.59%
G = 15.95%
B = 47.47%

CMYK

 C value IS 0.23

 M value IS 0.66

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#C355FD (or 0xC355FD) is known color: Heliotrope. HEX triplet: C3, 55 and FD. RGB value is (195,85,253). Sum of RGB (Red+Green+Blue) = 195+85+253=533 (70% of max value = 765). Red value is 195 (76.56% from 255 or 36.59% from 533); Green value is 85 (33.59% from 255 or 15.95% from 533); Blue value is 253 (99.22% from 255 or 47.47% from 533); Max value from RGB is 253 - color contains mainly: blue. Hex color #C355FD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C355FD is #3CAA02. Grayscale: #888888. Windows color (decimal): -3975683 or 16602563. OLE color: 16602563.

HSL color Cylindrical-coordinate representation of color #C355FD: hue angle of 279.29º degrees, saturation: 0.98, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C355FD is Cyan = 0.23, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 195 85 253 -
CMYK 0.23 0.66 0 0.01
HSL 279.29º 0.98% 0.66% -
HSV(B) 279.29º 0.66% 0.99% -
XYZ 43.48 25.19 95.5 -
YUV 137.04 193.44 169.34 -
System Red Green Blue C M Y K H S L
Decimal 195 85 253 0.23 0.66 0 0.01 279.29 0.98 0.66
Hex C3 55 FD 17 42 0 1 117 62 42
Octal 303 125 375 27 102 0 1 427 142 102
Binary 11000011 1010101 11111101 10111 1000010 0 1 100010111 1100010 1000010

Color Harmonies of #C355FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C355FD

Black with #C355FD

Text Example


Text Example

White with #C355FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C355FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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