Html Css Color HEX #C273DB Medium Orchid

📋 copy color: '#C273DB'

red 194 ◦ green 115 ◦ blue 219

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

Shades of Medium Orchid #C273DB

Tints of Medium Orchid #C273DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 41.48%

R = 36.74%
G = 21.78%
B = 41.48%

CMYK

 C value IS 0.11

 M value IS 0.47

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C273DB (or 0xC273DB) is known color: Medium Orchid. HEX triplet: C2, 73 and DB. RGB value is (194,115,219). Sum of RGB (Red+Green+Blue) = 194+115+219=528 (69% of max value = 765). Red value is 194 (76.17% from 255 or 36.74% from 528); Green value is 115 (45.31% from 255 or 21.78% from 528); Blue value is 219 (85.94% from 255 or 41.48% from 528); Max value from RGB is 219 - color contains mainly: blue. Hex color #C273DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C273DB is #3D8C24. Grayscale: #969696. Windows color (decimal): -4033573 or 14382018. OLE color: 14382018.

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

Color convert

RGB 194 115 219 -
CMYK 0.11 0.47 0 0.14
HSL 285.58º 0.59% 0.65% -
HSV(B) 285.58º 0.47% 0.86% -
XYZ 41.17 28.85 70.42 -
YUV 150.48 166.67 159.04 -
System Red Green Blue C M Y K H S L
Decimal 194 115 219 0.11 0.47 0 0.14 285.58 0.59 0.65
Hex C2 73 DB B 2F 0 E 11E 3B 41
Octal 302 163 333 13 57 0 16 436 73 101
Binary 11000010 1110011 11011011 1011 101111 0 1110 100011110 111011 1000001

Color Harmonies of #C273DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C273DB

Black with #C273DB

Text Example


Text Example

White with #C273DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C273DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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