Html Css Color HEX #C552DD Medium Orchid

📋 copy color: '#C552DD'

red 197 ◦ green 82 ◦ blue 221

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

Shades of Medium Orchid #C552DD

Tints of Medium Orchid #C552DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 44.2%

R = 39.4%
G = 16.4%
B = 44.2%

CMYK

 C value IS 0.11

 M value IS 0.63

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C552DD (or 0xC552DD) is known color: Medium Orchid. HEX triplet: C5, 52 and DD. RGB value is (197,82,221). Sum of RGB (Red+Green+Blue) = 197+82+221=500 (66% of max value = 765). Red value is 197 (77.34% from 255 or 39.4% from 500); Green value is 82 (32.42% from 255 or 16.4% from 500); Blue value is 221 (86.72% from 255 or 44.2% from 500); Max value from RGB is 221 - color contains mainly: blue. Hex color #C552DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C552DD is #3AAD22. Grayscale: #838383. Windows color (decimal): -3845411 or 14504645. OLE color: 14504645.

HSL color Cylindrical-coordinate representation of color #C552DD: hue angle of 289.64º degrees, saturation: 0.67, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C552DD is Cyan = 0.11, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 197 82 221 -
CMYK 0.11 0.63 0 0.13
HSL 289.64º 0.67% 0.59% -
HSV(B) 289.64º 0.63% 0.87% -
XYZ 39.09 23.13 70.81 -
YUV 132.23 178.1 174.2 -
System Red Green Blue C M Y K H S L
Decimal 197 82 221 0.11 0.63 0 0.13 289.64 0.67 0.59
Hex C5 52 DD B 3F 0 D 122 43 3B
Octal 305 122 335 13 77 0 15 442 103 73
Binary 11000101 1010010 11011101 1011 111111 0 1101 100100010 1000011 111011

Color Harmonies of #C552DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C552DD

Black with #C552DD

Text Example


Text Example

White with #C552DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C552DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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