Html Css Color HEX #C071DC Medium Orchid

📋 copy color: '#C071DC'

red 192 ◦ green 113 ◦ blue 220

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

Shades of Medium Orchid #C071DC

Tints of Medium Orchid #C071DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 41.9%

R = 36.57%
G = 21.52%
B = 41.9%

CMYK

 C value IS 0.13

 M value IS 0.49

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C071DC (or 0xC071DC) is known color: Medium Orchid. HEX triplet: C0, 71 and DC. RGB value is (192,113,220). Sum of RGB (Red+Green+Blue) = 192+113+220=525 (69% of max value = 765). Red value is 192 (75.39% from 255 or 36.57% from 525); Green value is 113 (44.53% from 255 or 21.52% from 525); Blue value is 220 (86.33% from 255 or 41.90% from 525); Max value from RGB is 220 - color contains mainly: blue. Hex color #C071DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C071DC is #3F8E23. Grayscale: #949494. Windows color (decimal): -4165156 or 14447040. OLE color: 14447040.

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

Color convert

RGB 192 113 220 -
CMYK 0.13 0.49 0 0.14
HSL 284.3º 0.6% 0.65% -
HSV(B) 284.3º 0.49% 0.86% -
XYZ 40.56 28.18 71.01 -
YUV 148.82 168.17 158.8 -
System Red Green Blue C M Y K H S L
Decimal 192 113 220 0.13 0.49 0 0.14 284.3 0.6 0.65
Hex C0 71 DC D 31 0 E 11C 3C 41
Octal 300 161 334 15 61 0 16 434 74 101
Binary 11000000 1110001 11011100 1101 110001 0 1110 100011100 111100 1000001

Color Harmonies of #C071DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C071DC

Black with #C071DC

Text Example


Text Example

White with #C071DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C071DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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