Html Css Color HEX #C45EFD Heliotrope

📋 copy color: '#C45EFD'

red 196 ◦ green 94 ◦ blue 253

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

Shades of Heliotrope #C45EFD

Tints of Heliotrope #C45EFD

RGB

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

 GREEN value IS 94 (37.11% from 255) = 17.31%

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

R = 36.1%
G = 17.31%
B = 46.59%

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

#C45EFD (or 0xC45EFD) is known color: Heliotrope. HEX triplet: C4, 5E and FD. RGB value is (196,94,253). Sum of RGB (Red+Green+Blue) = 196+94+253=543 (71% of max value = 765). Red value is 196 (76.95% from 255 or 36.10% from 543); Green value is 94 (37.11% from 255 or 17.31% from 543); Blue value is 253 (99.22% from 255 or 46.59% from 543); Max value from RGB is 253 - color contains mainly: blue. Hex color #C45EFD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C45EFD is #3BA102. Grayscale: #8E8E8E. Windows color (decimal): -3907843 or 16604868. OLE color: 16604868.

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

Color convert

RGB 196 94 253 -
CMYK 0.23 0.63 0 0.01
HSL 278.49º 0.98% 0.68% -
HSV(B) 278.49º 0.63% 0.99% -
XYZ 44.5 26.83 95.76 -
YUV 142.62 190.29 166.07 -
System Red Green Blue C M Y K H S L
Decimal 196 94 253 0.23 0.63 0 0.01 278.49 0.98 0.68
Hex C4 5E FD 17 3F 0 1 116 62 44
Octal 304 136 375 27 77 0 1 426 142 104
Binary 11000100 1011110 11111101 10111 111111 0 1 100010110 1100010 1000100

Color Harmonies of #C45EFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C45EFD

Black with #C45EFD

Text Example


Text Example

White with #C45EFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C45EFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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