Html Css Color HEX #C45CFD Heliotrope

📋 copy color: '#C45CFD'

red 196 ◦ green 92 ◦ blue 253

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

Shades of Heliotrope #C45CFD

Tints of Heliotrope #C45CFD

RGB

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

 GREEN value IS 92 (36.33% from 255) = 17.01%

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

R = 36.23%
G = 17.01%
B = 46.77%

CMYK

 C value IS 0.23

 M value IS 0.64

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#C45CFD (or 0xC45CFD) is known color: Heliotrope. HEX triplet: C4, 5C and FD. RGB value is (196,92,253). Sum of RGB (Red+Green+Blue) = 196+92+253=541 (71% of max value = 765). Red value is 196 (76.95% from 255 or 36.23% from 541); Green value is 92 (36.33% from 255 or 17.01% from 541); Blue value is 253 (99.22% from 255 or 46.77% from 541); Max value from RGB is 253 - color contains mainly: blue. Hex color #C45CFD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C45CFD is #3BA302. Grayscale: #8C8C8C. Windows color (decimal): -3908355 or 16604356. OLE color: 16604356.

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

Color convert

RGB 196 92 253 -
CMYK 0.23 0.64 0 0.01
HSL 278.76º 0.98% 0.68% -
HSV(B) 278.76º 0.64% 0.99% -
XYZ 44.32 26.48 95.7 -
YUV 141.45 190.96 166.91 -
System Red Green Blue C M Y K H S L
Decimal 196 92 253 0.23 0.64 0 0.01 278.76 0.98 0.68
Hex C4 5C FD 17 40 0 1 117 62 44
Octal 304 134 375 27 100 0 1 427 142 104
Binary 11000100 1011100 11111101 10111 1000000 0 1 100010111 1100010 1000100

Color Harmonies of #C45CFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C45CFD

Black with #C45CFD

Text Example


Text Example

White with #C45CFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C45CFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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