Html Css Color HEX #C554DB Medium Orchid

📋 copy color: '#C554DB'

red 197 ◦ green 84 ◦ blue 219

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

Shades of Medium Orchid #C554DB

Tints of Medium Orchid #C554DB

RGB

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

 GREEN value IS 84 (33.2% from 255) = 16.8%

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

R = 39.4%
G = 16.8%
B = 43.8%

CMYK

 C value IS 0.10

 M value IS 0.62

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C554DB (or 0xC554DB) is known color: Medium Orchid. HEX triplet: C5, 54 and DB. RGB value is (197,84,219). Sum of RGB (Red+Green+Blue) = 197+84+219=500 (66% of max value = 765). Red value is 197 (77.34% from 255 or 39.4% from 500); Green value is 84 (33.20% from 255 or 16.8% from 500); Blue value is 219 (85.94% from 255 or 43.8% from 500); Max value from RGB is 219 - color contains mainly: blue. Hex color #C554DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C554DB is #3AAB24. Grayscale: #848484. Windows color (decimal): -3844901 or 14374085. OLE color: 14374085.

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

Color convert

RGB 197 84 219 -
CMYK 0.10 0.62 0 0.14
HSL 290.22º 0.65% 0.59% -
HSV(B) 290.22º 0.62% 0.86% -
XYZ 38.98 23.33 69.47 -
YUV 133.18 176.44 173.52 -
System Red Green Blue C M Y K H S L
Decimal 197 84 219 0.10 0.62 0 0.14 290.22 0.65 0.59
Hex C5 54 DB A 3E 0 E 122 41 3B
Octal 305 124 333 12 76 0 16 442 101 73
Binary 11000101 1010100 11011011 1010 111110 0 1110 100100010 1000001 111011

Color Harmonies of #C554DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C554DB

Black with #C554DB

Text Example


Text Example

White with #C554DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C554DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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