Html Css Color HEX #C552FC Heliotrope

📋 copy color: '#C552FC'

red 197 ◦ green 82 ◦ blue 252

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

Shades of Heliotrope #C552FC

Tints of Heliotrope #C552FC

RGB

 RED value IS 197 (77.34% from 255) = 37.1%

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

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

R = 37.1%
G = 15.44%
B = 47.46%

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

#C552FC (or 0xC552FC) is known color: Heliotrope. HEX triplet: C5, 52 and FC. RGB value is (197,82,252). Sum of RGB (Red+Green+Blue) = 197+82+252=531 (70% of max value = 765). Red value is 197 (77.34% from 255 or 37.10% from 531); Green value is 82 (32.42% from 255 or 15.44% from 531); Blue value is 252 (98.83% from 255 or 47.46% from 531); Max value from RGB is 252 - color contains mainly: blue. Hex color #C552FC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C552FC is #3AAD03. Grayscale: #878787. Windows color (decimal): -3845380 or 16536261. OLE color: 16536261.

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

Color convert

RGB 197 82 252 -
CMYK 0.22 0.67 0 0.01
HSL 280.59º 0.97% 0.65% -
HSV(B) 280.59º 0.67% 0.99% -
XYZ 43.61 24.93 94.61 -
YUV 135.77 193.6 171.68 -
System Red Green Blue C M Y K H S L
Decimal 197 82 252 0.22 0.67 0 0.01 280.59 0.97 0.65
Hex C5 52 FC 16 43 0 1 119 61 41
Octal 305 122 374 26 103 0 1 431 141 101
Binary 11000101 1010010 11111100 10110 1000011 0 1 100011001 1100001 1000001

Color Harmonies of #C552FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C552FC

Black with #C552FC

Text Example


Text Example

White with #C552FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C552FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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