Html Css Color HEX #C45CFC Heliotrope

📋 copy color: '#C45CFC'

red 196 ◦ green 92 ◦ blue 252

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

Shades of Heliotrope #C45CFC

Tints of Heliotrope #C45CFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 46.67%

R = 36.3%
G = 17.04%
B = 46.67%

CMYK

 C value IS 0.22

 M value IS 0.63

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#C45CFC (or 0xC45CFC) is known color: Heliotrope. HEX triplet: C4, 5C and FC. RGB value is (196,92,252). Sum of RGB (Red+Green+Blue) = 196+92+252=540 (71% of max value = 765). Red value is 196 (76.95% from 255 or 36.30% from 540); Green value is 92 (36.33% from 255 or 17.04% from 540); Blue value is 252 (98.83% from 255 or 46.67% from 540); Max value from RGB is 252 - color contains mainly: blue. Hex color #C45CFC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C45CFC is #3BA303. Grayscale: #8C8C8C. Windows color (decimal): -3908356 or 16538820. OLE color: 16538820.

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

Color convert

RGB 196 92 252 -
CMYK 0.22 0.63 0 0.01
HSL 279º 0.96% 0.67% -
HSV(B) 279º 0.63% 0.99% -
XYZ 44.16 26.42 94.87 -
YUV 141.34 190.46 166.99 -
System Red Green Blue C M Y K H S L
Decimal 196 92 252 0.22 0.63 0 0.01 279 0.96 0.67
Hex C4 5C FC 16 3F 0 1 117 60 43
Octal 304 134 374 26 77 0 1 427 140 103
Binary 11000100 1011100 11111100 10110 111111 0 1 100010111 1100000 1000011

Color Harmonies of #C45CFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C45CFC

Black with #C45CFC

Text Example


Text Example

White with #C45CFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C45CFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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