Html Css Color HEX #C552FE Heliotrope

📋 copy color: '#C552FE'

red 197 ◦ green 82 ◦ blue 254

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

Shades of Heliotrope #C552FE

Tints of Heliotrope #C552FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 47.65%

R = 36.96%
G = 15.38%
B = 47.65%

CMYK

 C value IS 0.22

 M value IS 0.68

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#C552FE (or 0xC552FE) is known color: Heliotrope. HEX triplet: C5, 52 and FE. RGB value is (197,82,254). Sum of RGB (Red+Green+Blue) = 197+82+254=533 (70% of max value = 765). Red value is 197 (77.34% from 255 or 36.96% from 533); Green value is 82 (32.42% from 255 or 15.38% from 533); Blue value is 254 (99.61% from 255 or 47.65% from 533); Max value from RGB is 254 - color contains mainly: blue. Hex color #C552FE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C552FE is #3AAD01. Grayscale: #878787. Windows color (decimal): -3845378 or 16667333. OLE color: 16667333.

HSL color Cylindrical-coordinate representation of color #C552FE: hue angle of 280.12º degrees, saturation: 0.99, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C552FE is Cyan = 0.22, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 197 82 254 -
CMYK 0.22 0.68 0 0.00
HSL 280.12º 0.99% 0.66% -
HSV(B) 280.12º 0.68% 1% -
XYZ 43.93 25.06 96.29 -
YUV 135.99 194.6 171.51 -
System Red Green Blue C M Y K H S L
Decimal 197 82 254 0.22 0.68 0 0.00 280.12 0.99 0.66
Hex C5 52 FE 16 44 0 0 118 63 42
Octal 305 122 376 26 104 0 0 430 143 102
Binary 11000101 1010010 11111110 10110 1000100 0 0 100011000 1100011 1000010

Color Harmonies of #C552FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C552FE

Black with #C552FE

Text Example


Text Example

White with #C552FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C552FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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