Html Css Color HEX #C545DE Medium Orchid

📋 copy color: '#C545DE'

red 197 ◦ green 69 ◦ blue 222

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

Shades of Medium Orchid #C545DE

Tints of Medium Orchid #C545DE

RGB

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

 GREEN value IS 69 (27.34% from 255) = 14.14%

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

R = 40.37%
G = 14.14%
B = 45.49%

CMYK

 C value IS 0.11

 M value IS 0.69

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C545DE (or 0xC545DE) is known color: Medium Orchid. HEX triplet: C5, 45 and DE. RGB value is (197,69,222). Sum of RGB (Red+Green+Blue) = 197+69+222=488 (64% of max value = 765). Red value is 197 (77.34% from 255 or 40.37% from 488); Green value is 69 (27.34% from 255 or 14.14% from 488); Blue value is 222 (87.11% from 255 or 45.49% from 488); Max value from RGB is 222 - color contains mainly: blue. Hex color #C545DE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C545DE is #3ABA21. Grayscale: #7C7C7C. Windows color (decimal): -3848738 or 14566853. OLE color: 14566853.

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

Color convert

RGB 197 69 222 -
CMYK 0.11 0.69 0 0.13
HSL 290.2º 0.7% 0.57% -
HSV(B) 290.2º 0.69% 0.87% -
XYZ 38.34 21.4 71.22 -
YUV 124.71 182.91 179.56 -
System Red Green Blue C M Y K H S L
Decimal 197 69 222 0.11 0.69 0 0.13 290.2 0.7 0.57
Hex C5 45 DE B 45 0 D 122 46 39
Octal 305 105 336 13 105 0 15 442 106 71
Binary 11000101 1000101 11011110 1011 1000101 0 1101 100100010 1000110 111001

Color Harmonies of #C545DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C545DE

Black with #C545DE

Text Example


Text Example

White with #C545DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C545DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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