Html Css Color HEX #C552FF Heliotrope

📋 copy color: '#C552FF'

red 197 ◦ green 82 ◦ blue 255

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

Shades of Heliotrope #C552FF

Tints of Heliotrope #C552FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 47.75%

R = 36.89%
G = 15.36%
B = 47.75%

CMYK

 C value IS 0.23

 M value IS 0.68

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#C552FF (or 0xC552FF) is known color: Heliotrope. HEX triplet: C5, 52 and FF. RGB value is (197,82,255). Sum of RGB (Red+Green+Blue) = 197+82+255=534 (70% of max value = 765). Red value is 197 (77.34% from 255 or 36.89% from 534); Green value is 82 (32.42% from 255 or 15.36% from 534); Blue value is 255 (100% from 255 or 47.75% from 534); Max value from RGB is 255 - color contains mainly: blue. Hex color #C552FF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C552FF is #3AAD00. Grayscale: #878787. Windows color (decimal): -3845377 or 16732869. OLE color: 16732869.

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

Color convert

RGB 197 82 255 -
CMYK 0.23 0.68 0 0
HSL 279.88º 1% 0.66% -
HSV(B) 279.88º 0.68% 1% -
XYZ 44.09 25.12 97.13 -
YUV 136.11 195.1 171.43 -
System Red Green Blue C M Y K H S L
Decimal 197 82 255 0.23 0.68 0 0 279.88 1 0.66
Hex C5 52 FF 17 44 0 0 118 64 42
Octal 305 122 377 27 104 0 0 430 144 102
Binary 11000101 1010010 11111111 10111 1000100 0 0 100011000 1100100 1000010

Color Harmonies of #C552FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C552FF

Black with #C552FF

Text Example


Text Example

White with #C552FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C552FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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