Html Css Color HEX #C552FD Heliotrope

📋 copy color: '#C552FD'

red 197 ◦ green 82 ◦ blue 253

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

Shades of Heliotrope #C552FD

Tints of Heliotrope #C552FD

RGB

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

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

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

R = 37.03%
G = 15.41%
B = 47.56%

CMYK

 C value IS 0.22

 M value IS 0.68

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#C552FD (or 0xC552FD) is known color: Heliotrope. HEX triplet: C5, 52 and FD. RGB value is (197,82,253). Sum of RGB (Red+Green+Blue) = 197+82+253=532 (70% of max value = 765). Red value is 197 (77.34% from 255 or 37.03% from 532); Green value is 82 (32.42% from 255 or 15.41% from 532); Blue value is 253 (99.22% from 255 or 47.56% from 532); Max value from RGB is 253 - color contains mainly: blue. Hex color #C552FD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C552FD is #3AAD02. Grayscale: #878787. Windows color (decimal): -3845379 or 16601797. OLE color: 16601797.

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

Color convert

RGB 197 82 253 -
CMYK 0.22 0.68 0 0.01
HSL 280.35º 0.98% 0.66% -
HSV(B) 280.35º 0.68% 0.99% -
XYZ 43.77 25 95.45 -
YUV 135.88 194.1 171.6 -
System Red Green Blue C M Y K H S L
Decimal 197 82 253 0.22 0.68 0 0.01 280.35 0.98 0.66
Hex C5 52 FD 16 44 0 1 118 62 42
Octal 305 122 375 26 104 0 1 430 142 102
Binary 11000101 1010010 11111101 10110 1000100 0 1 100011000 1100010 1000010

Color Harmonies of #C552FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C552FD

Black with #C552FD

Text Example


Text Example

White with #C552FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C552FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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