Html Css Color HEX #C273DD Medium Orchid

📋 copy color: '#C273DD'

red 194 ◦ green 115 ◦ blue 221

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

Shades of Medium Orchid #C273DD

Tints of Medium Orchid #C273DD

RGB

 RED value IS 194 (76.17% from 255) = 36.6%

 GREEN value IS 115 (45.31% from 255) = 21.7%

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

R = 36.6%
G = 21.7%
B = 41.7%

CMYK

 C value IS 0.12

 M value IS 0.48

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C273DD (or 0xC273DD) is known color: Medium Orchid. HEX triplet: C2, 73 and DD. RGB value is (194,115,221). Sum of RGB (Red+Green+Blue) = 194+115+221=530 (70% of max value = 765). Red value is 194 (76.17% from 255 or 36.60% from 530); Green value is 115 (45.31% from 255 or 21.70% from 530); Blue value is 221 (86.72% from 255 or 41.70% from 530); Max value from RGB is 221 - color contains mainly: blue. Hex color #C273DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C273DD is #3D8C22. Grayscale: #969696. Windows color (decimal): -4033571 or 14513090. OLE color: 14513090.

HSL color Cylindrical-coordinate representation of color #C273DD: hue angle of 284.72º degrees, saturation: 0.61, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #C273DD is Cyan = 0.12, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 194 115 221 -
CMYK 0.12 0.48 0 0.13
HSL 284.72º 0.61% 0.66% -
HSV(B) 284.72º 0.48% 0.87% -
XYZ 41.43 28.95 71.81 -
YUV 150.71 167.67 158.88 -
System Red Green Blue C M Y K H S L
Decimal 194 115 221 0.12 0.48 0 0.13 284.72 0.61 0.66
Hex C2 73 DD C 30 0 D 11D 3D 42
Octal 302 163 335 14 60 0 15 435 75 102
Binary 11000010 1110011 11011101 1100 110000 0 1101 100011101 111101 1000010

Color Harmonies of #C273DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C273DD

Black with #C273DD

Text Example


Text Example

White with #C273DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C273DD; }

 p { color: rgb(194,115,221); }

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

background-color css

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

 a { background-color: rgb(194,115,221); }

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

border-color css

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

 span { border-color: rgb(194,115,221); }

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