Html Css Color HEX #C452FC Heliotrope

📋 copy color: '#C452FC'

red 196 ◦ green 82 ◦ blue 252

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

Shades of Heliotrope #C452FC

Tints of Heliotrope #C452FC

RGB

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

 GREEN value IS 82 (32.42% from 255) = 15.47%

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

R = 36.98%
G = 15.47%
B = 47.55%

CMYK

 C value IS 0.22

 M value IS 0.67

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#C452FC (or 0xC452FC) is known color: Heliotrope. HEX triplet: C4, 52 and FC. RGB value is (196,82,252). Sum of RGB (Red+Green+Blue) = 196+82+252=530 (70% of max value = 765). Red value is 196 (76.95% from 255 or 36.98% from 530); Green value is 82 (32.42% from 255 or 15.47% from 530); Blue value is 252 (98.83% from 255 or 47.55% from 530); Max value from RGB is 252 - color contains mainly: blue. Hex color #C452FC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C452FC is #3BAD03. Grayscale: #868686. Windows color (decimal): -3910916 or 16536260. OLE color: 16536260.

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

Color convert

RGB 196 82 252 -
CMYK 0.22 0.67 0 0.01
HSL 280.24º 0.97% 0.65% -
HSV(B) 280.24º 0.67% 0.99% -
XYZ 43.35 24.8 94.6 -
YUV 135.47 193.77 171.18 -
System Red Green Blue C M Y K H S L
Decimal 196 82 252 0.22 0.67 0 0.01 280.24 0.97 0.65
Hex C4 52 FC 16 43 0 1 118 61 41
Octal 304 122 374 26 103 0 1 430 141 101
Binary 11000100 1010010 11111100 10110 1000011 0 1 100011000 1100001 1000001

Color Harmonies of #C452FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C452FC

Black with #C452FC

Text Example


Text Example

White with #C452FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C452FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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