Html Css Color HEX #C552F1 Medium Orchid

📋 copy color: '#C552F1'

red 197 ◦ green 82 ◦ blue 241

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

Shades of Medium Orchid #C552F1

Tints of Medium Orchid #C552F1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 46.35%

R = 37.88%
G = 15.77%
B = 46.35%

CMYK

 C value IS 0.18

 M value IS 0.66

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#C552F1 (or 0xC552F1) is known color: Medium Orchid. HEX triplet: C5, 52 and F1. RGB value is (197,82,241). Sum of RGB (Red+Green+Blue) = 197+82+241=520 (68% of max value = 765). Red value is 197 (77.34% from 255 or 37.88% from 520); Green value is 82 (32.42% from 255 or 15.77% from 520); Blue value is 241 (94.53% from 255 or 46.35% from 520); Max value from RGB is 241 - color contains mainly: blue. Hex color #C552F1 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C552F1 is #3AAD0E. Grayscale: #858585. Windows color (decimal): -3845391 or 15815365. OLE color: 15815365.

HSL color Cylindrical-coordinate representation of color #C552F1: hue angle of 283.4º degrees, saturation: 0.85, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C552F1 is Cyan = 0.18, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 197 82 241 -
CMYK 0.18 0.66 0 0.05
HSL 283.4º 0.85% 0.63% -
HSV(B) 283.4º 0.66% 0.95% -
XYZ 41.92 24.26 85.69 -
YUV 134.51 188.1 172.57 -
System Red Green Blue C M Y K H S L
Decimal 197 82 241 0.18 0.66 0 0.05 283.4 0.85 0.63
Hex C5 52 F1 12 42 0 5 11B 55 3F
Octal 305 122 361 22 102 0 5 433 125 77
Binary 11000101 1010010 11110001 10010 1000010 0 101 100011011 1010101 111111

Color Harmonies of #C552F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C552F1

Black with #C552F1

Text Example


Text Example

White with #C552F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C552F1; }

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

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

background-color css

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

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

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

border-color css

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

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

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