Html Css Color HEX #C373FD Heliotrope

📋 copy color: '#C373FD'

red 195 ◦ green 115 ◦ blue 253

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

Shades of Heliotrope #C373FD

Tints of Heliotrope #C373FD

RGB

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

 GREEN value IS 115 (45.31% from 255) = 20.43%

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

R = 34.64%
G = 20.43%
B = 44.94%

CMYK

 C value IS 0.23

 M value IS 0.55

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#C373FD (or 0xC373FD) is known color: Heliotrope. HEX triplet: C3, 73 and FD. RGB value is (195,115,253). Sum of RGB (Red+Green+Blue) = 195+115+253=563 (74% of max value = 765). Red value is 195 (76.56% from 255 or 34.64% from 563); Green value is 115 (45.31% from 255 or 20.43% from 563); Blue value is 253 (99.22% from 255 or 44.94% from 563); Max value from RGB is 253 - color contains mainly: blue. Hex color #C373FD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C373FD is #3C8C02. Grayscale: #9A9A9A. Windows color (decimal): -3968003 or 16610243. OLE color: 16610243.

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

Color convert

RGB 195 115 253 -
CMYK 0.23 0.55 0 0.01
HSL 274.78º 0.97% 0.72% -
HSV(B) 274.78º 0.55% 0.99% -
XYZ 46.37 30.96 96.46 -
YUV 154.65 183.5 156.78 -
System Red Green Blue C M Y K H S L
Decimal 195 115 253 0.23 0.55 0 0.01 274.78 0.97 0.72
Hex C3 73 FD 17 37 0 1 113 61 48
Octal 303 163 375 27 67 0 1 423 141 110
Binary 11000011 1110011 11111101 10111 110111 0 1 100010011 1100001 1001000

Color Harmonies of #C373FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C373FD

Black with #C373FD

Text Example


Text Example

White with #C373FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C373FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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