Html Css Color HEX #C554DE Medium Orchid

📋 copy color: '#C554DE'

red 197 ◦ green 84 ◦ blue 222

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

Shades of Medium Orchid #C554DE

Tints of Medium Orchid #C554DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 44.14%

R = 39.17%
G = 16.7%
B = 44.14%

CMYK

 C value IS 0.11

 M value IS 0.62

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C554DE (or 0xC554DE) is known color: Medium Orchid. HEX triplet: C5, 54 and DE. RGB value is (197,84,222). Sum of RGB (Red+Green+Blue) = 197+84+222=503 (66% of max value = 765). Red value is 197 (77.34% from 255 or 39.17% from 503); Green value is 84 (33.20% from 255 or 16.70% from 503); Blue value is 222 (87.11% from 255 or 44.14% from 503); Max value from RGB is 222 - color contains mainly: blue. Hex color #C554DE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C554DE is #3AAB21. Grayscale: #858585. Windows color (decimal): -3844898 or 14570693. OLE color: 14570693.

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

Color convert

RGB 197 84 222 -
CMYK 0.11 0.62 0 0.13
HSL 289.13º 0.68% 0.6% -
HSV(B) 289.13º 0.62% 0.87% -
XYZ 39.38 23.48 71.56 -
YUV 133.52 177.94 173.28 -
System Red Green Blue C M Y K H S L
Decimal 197 84 222 0.11 0.62 0 0.13 289.13 0.68 0.6
Hex C5 54 DE B 3E 0 D 121 44 3C
Octal 305 124 336 13 76 0 15 441 104 74
Binary 11000101 1010100 11011110 1011 111110 0 1101 100100001 1000100 111100

Color Harmonies of #C554DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C554DE

Black with #C554DE

Text Example


Text Example

White with #C554DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C554DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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