Html Css Color HEX #C271DB Medium Orchid

📋 copy color: '#C271DB'

red 194 ◦ green 113 ◦ blue 219

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

Shades of Medium Orchid #C271DB

Tints of Medium Orchid #C271DB

RGB

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

 GREEN value IS 113 (44.53% from 255) = 21.48%

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

R = 36.88%
G = 21.48%
B = 41.63%

CMYK

 C value IS 0.11

 M value IS 0.48

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C271DB (or 0xC271DB) is known color: Medium Orchid. HEX triplet: C2, 71 and DB. RGB value is (194,113,219). Sum of RGB (Red+Green+Blue) = 194+113+219=526 (69% of max value = 765). Red value is 194 (76.17% from 255 or 36.88% from 526); Green value is 113 (44.53% from 255 or 21.48% from 526); Blue value is 219 (85.94% from 255 or 41.63% from 526); Max value from RGB is 219 - color contains mainly: blue. Hex color #C271DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C271DB is #3D8E24. Grayscale: #949494. Windows color (decimal): -4034085 or 14381506. OLE color: 14381506.

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

Color convert

RGB 194 113 219 -
CMYK 0.11 0.48 0 0.14
HSL 285.85º 0.6% 0.65% -
HSV(B) 285.85º 0.48% 0.86% -
XYZ 40.94 28.39 70.34 -
YUV 149.3 167.34 159.88 -
System Red Green Blue C M Y K H S L
Decimal 194 113 219 0.11 0.48 0 0.14 285.85 0.6 0.65
Hex C2 71 DB B 30 0 E 11E 3C 41
Octal 302 161 333 13 60 0 16 436 74 101
Binary 11000010 1110001 11011011 1011 110000 0 1110 100011110 111100 1000001

Color Harmonies of #C271DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C271DB

Black with #C271DB

Text Example


Text Example

White with #C271DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C271DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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