Html Css Color HEX #C273DE Medium Orchid

📋 copy color: '#C273DE'

red 194 ◦ green 115 ◦ blue 222

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

Shades of Medium Orchid #C273DE

Tints of Medium Orchid #C273DE

RGB

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

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

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

R = 36.53%
G = 21.66%
B = 41.81%

CMYK

 C value IS 0.13

 M value IS 0.48

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C273DE (or 0xC273DE) is known color: Medium Orchid. HEX triplet: C2, 73 and DE. RGB value is (194,115,222). Sum of RGB (Red+Green+Blue) = 194+115+222=531 (70% of max value = 765). Red value is 194 (76.17% from 255 or 36.53% from 531); Green value is 115 (45.31% from 255 or 21.66% from 531); Blue value is 222 (87.11% from 255 or 41.81% from 531); Max value from RGB is 222 - color contains mainly: blue. Hex color #C273DE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C273DE is #3D8C21. Grayscale: #969696. Windows color (decimal): -4033570 or 14578626. OLE color: 14578626.

HSL color Cylindrical-coordinate representation of color #C273DE: hue angle of 284.3º degrees, saturation: 0.62, 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 #C273DE is Cyan = 0.13, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 194 115 222 -
CMYK 0.13 0.48 0 0.13
HSL 284.3º 0.62% 0.66% -
HSV(B) 284.3º 0.48% 0.87% -
XYZ 41.56 29 72.52 -
YUV 150.82 168.17 158.8 -
System Red Green Blue C M Y K H S L
Decimal 194 115 222 0.13 0.48 0 0.13 284.3 0.62 0.66
Hex C2 73 DE D 30 0 D 11C 3E 42
Octal 302 163 336 15 60 0 15 434 76 102
Binary 11000010 1110011 11011110 1101 110000 0 1101 100011100 111110 1000010

Color Harmonies of #C273DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C273DE

Black with #C273DE

Text Example


Text Example

White with #C273DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C273DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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