Html Css Color HEX #C071DD Medium Orchid

📋 copy color: '#C071DD'

red 192 ◦ green 113 ◦ blue 221

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

Shades of Medium Orchid #C071DD

Tints of Medium Orchid #C071DD

RGB

 RED value IS 192 (75.39% from 255) = 36.5%

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

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

R = 36.5%
G = 21.48%
B = 42.02%

CMYK

 C value IS 0.13

 M value IS 0.49

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C071DD (or 0xC071DD) is known color: Medium Orchid. HEX triplet: C0, 71 and DD. RGB value is (192,113,221). Sum of RGB (Red+Green+Blue) = 192+113+221=526 (69% of max value = 765). Red value is 192 (75.39% from 255 or 36.50% from 526); Green value is 113 (44.53% from 255 or 21.48% from 526); Blue value is 221 (86.72% from 255 or 42.02% from 526); Max value from RGB is 221 - color contains mainly: blue. Hex color #C071DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C071DD is #3F8E22. Grayscale: #949494. Windows color (decimal): -4165155 or 14512576. OLE color: 14512576.

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

Color convert

RGB 192 113 221 -
CMYK 0.13 0.49 0 0.13
HSL 283.89º 0.61% 0.65% -
HSV(B) 283.89º 0.49% 0.87% -
XYZ 40.69 28.24 71.71 -
YUV 148.93 168.67 158.72 -
System Red Green Blue C M Y K H S L
Decimal 192 113 221 0.13 0.49 0 0.13 283.89 0.61 0.65
Hex C0 71 DD D 31 0 D 11C 3D 41
Octal 300 161 335 15 61 0 15 434 75 101
Binary 11000000 1110001 11011101 1101 110001 0 1101 100011100 111101 1000001

Color Harmonies of #C071DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C071DD

Black with #C071DD

Text Example


Text Example

White with #C071DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C071DD; }

 p { color: rgb(192,113,221); }

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

background-color css

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

 a { background-color: rgb(192,113,221); }

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

border-color css

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

 span { border-color: rgb(192,113,221); }

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