Html Css Color HEX #C45DFD Heliotrope

📋 copy color: '#C45DFD'

red 196 ◦ green 93 ◦ blue 253

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

Shades of Heliotrope #C45DFD

Tints of Heliotrope #C45DFD

RGB

 RED value IS 196 (76.95% from 255) = 36.16%

 GREEN value IS 93 (36.72% from 255) = 17.16%

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

R = 36.16%
G = 17.16%
B = 46.68%

CMYK

 C value IS 0.23

 M value IS 0.63

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#C45DFD (or 0xC45DFD) is known color: Heliotrope. HEX triplet: C4, 5D and FD. RGB value is (196,93,253). Sum of RGB (Red+Green+Blue) = 196+93+253=542 (71% of max value = 765). Red value is 196 (76.95% from 255 or 36.16% from 542); Green value is 93 (36.72% from 255 or 17.16% from 542); Blue value is 253 (99.22% from 255 or 46.68% from 542); Max value from RGB is 253 - color contains mainly: blue. Hex color #C45DFD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C45DFD is #3BA202. Grayscale: #8D8D8D. Windows color (decimal): -3908099 or 16604612. OLE color: 16604612.

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

Color convert

RGB 196 93 253 -
CMYK 0.23 0.63 0 0.01
HSL 278.63º 0.98% 0.68% -
HSV(B) 278.63º 0.63% 0.99% -
XYZ 44.41 26.66 95.73 -
YUV 142.04 190.62 166.49 -
System Red Green Blue C M Y K H S L
Decimal 196 93 253 0.23 0.63 0 0.01 278.63 0.98 0.68
Hex C4 5D FD 17 3F 0 1 117 62 44
Octal 304 135 375 27 77 0 1 427 142 104
Binary 11000100 1011101 11111101 10111 111111 0 1 100010111 1100010 1000100

Color Harmonies of #C45DFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C45DFD

Black with #C45DFD

Text Example


Text Example

White with #C45DFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C45DFD; }

 p { color: rgb(196,93,253); }

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

background-color css

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

 a { background-color: rgb(196,93,253); }

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

border-color css

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

 span { border-color: rgb(196,93,253); }

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