Html Css Color HEX #C273DA Medium Orchid

📋 copy color: '#C273DA'

red 194 ◦ green 115 ◦ blue 218

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

Shades of Medium Orchid #C273DA

Tints of Medium Orchid #C273DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 41.37%

R = 36.81%
G = 21.82%
B = 41.37%

CMYK

 C value IS 0.11

 M value IS 0.47

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#C273DA (or 0xC273DA) is known color: Medium Orchid. HEX triplet: C2, 73 and DA. RGB value is (194,115,218). Sum of RGB (Red+Green+Blue) = 194+115+218=527 (69% of max value = 765). Red value is 194 (76.17% from 255 or 36.81% from 527); Green value is 115 (45.31% from 255 or 21.82% from 527); Blue value is 218 (85.55% from 255 or 41.37% from 527); Max value from RGB is 218 - color contains mainly: blue. Hex color #C273DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C273DA is #3D8C25. Grayscale: #969696. Windows color (decimal): -4033574 or 14316482. OLE color: 14316482.

HSL color Cylindrical-coordinate representation of color #C273DA: hue angle of 286.02º degrees, saturation: 0.58, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C273DA is Cyan = 0.11, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 194 115 218 -
CMYK 0.11 0.47 0 0.15
HSL 286.02º 0.58% 0.65% -
HSV(B) 286.02º 0.47% 0.85% -
XYZ 41.03 28.79 69.72 -
YUV 150.36 166.17 159.12 -
System Red Green Blue C M Y K H S L
Decimal 194 115 218 0.11 0.47 0 0.15 286.02 0.58 0.65
Hex C2 73 DA B 2F 0 F 11E 3A 41
Octal 302 163 332 13 57 0 17 436 72 101
Binary 11000010 1110011 11011010 1011 101111 0 1111 100011110 111010 1000001

Color Harmonies of #C273DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C273DA

Black with #C273DA

Text Example


Text Example

White with #C273DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C273DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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