Html Css Color HEX #C552DB Medium Orchid

📋 copy color: '#C552DB'

red 197 ◦ green 82 ◦ blue 219

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

Shades of Medium Orchid #C552DB

Tints of Medium Orchid #C552DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 43.98%

R = 39.56%
G = 16.47%
B = 43.98%

CMYK

 C value IS 0.10

 M value IS 0.63

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C552DB (or 0xC552DB) is known color: Medium Orchid. HEX triplet: C5, 52 and DB. RGB value is (197,82,219). Sum of RGB (Red+Green+Blue) = 197+82+219=498 (65% of max value = 765). Red value is 197 (77.34% from 255 or 39.56% from 498); Green value is 82 (32.42% from 255 or 16.47% from 498); Blue value is 219 (85.94% from 255 or 43.98% from 498); Max value from RGB is 219 - color contains mainly: blue. Hex color #C552DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C552DB is #3AAD24. Grayscale: #838383. Windows color (decimal): -3845413 or 14373573. OLE color: 14373573.

HSL color Cylindrical-coordinate representation of color #C552DB: hue angle of 290.36º degrees, saturation: 0.66, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C552DB is Cyan = 0.10, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 197 82 219 -
CMYK 0.10 0.63 0 0.14
HSL 290.37º 0.66% 0.59% -
HSV(B) 290.37º 0.63% 0.86% -
XYZ 38.83 23.02 69.41 -
YUV 132 177.1 174.36 -
System Red Green Blue C M Y K H S L
Decimal 197 82 219 0.10 0.63 0 0.14 290.37 0.66 0.59
Hex C5 52 DB A 3F 0 E 122 42 3B
Octal 305 122 333 12 77 0 16 442 102 73
Binary 11000101 1010010 11011011 1010 111111 0 1110 100100010 1000010 111011

Color Harmonies of #C552DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C552DB

Black with #C552DB

Text Example


Text Example

White with #C552DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C552DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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