Html Css Color HEX #C270DC Medium Orchid

📋 copy color: '#C270DC'

red 194 ◦ green 112 ◦ blue 220

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

Shades of Medium Orchid #C270DC

Tints of Medium Orchid #C270DC

RGB

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

 GREEN value IS 112 (44.14% from 255) = 21.29%

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

R = 36.88%
G = 21.29%
B = 41.83%

CMYK

 C value IS 0.12

 M value IS 0.49

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C270DC (or 0xC270DC) is known color: Medium Orchid. HEX triplet: C2, 70 and DC. RGB value is (194,112,220). Sum of RGB (Red+Green+Blue) = 194+112+220=526 (69% of max value = 765). Red value is 194 (76.17% from 255 or 36.88% from 526); Green value is 112 (44.14% from 255 or 21.29% from 526); Blue value is 220 (86.33% from 255 or 41.83% from 526); Max value from RGB is 220 - color contains mainly: blue. Hex color #C270DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C270DC is #3D8F23. Grayscale: #949494. Windows color (decimal): -4034340 or 14446786. OLE color: 14446786.

HSL color Cylindrical-coordinate representation of color #C270DC: hue angle of 285.56º degrees, saturation: 0.61, 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 #C270DC is Cyan = 0.12, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 194 112 220 -
CMYK 0.12 0.49 0 0.14
HSL 285.56º 0.61% 0.65% -
HSV(B) 285.56º 0.49% 0.86% -
XYZ 40.96 28.22 71 -
YUV 148.83 168.17 160.22 -
System Red Green Blue C M Y K H S L
Decimal 194 112 220 0.12 0.49 0 0.14 285.56 0.61 0.65
Hex C2 70 DC C 31 0 E 11E 3D 41
Octal 302 160 334 14 61 0 16 436 75 101
Binary 11000010 1110000 11011100 1100 110001 0 1110 100011110 111101 1000001

Color Harmonies of #C270DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C270DC

Black with #C270DC

Text Example


Text Example

White with #C270DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C270DC; }

 p { color: rgb(194,112,220); }

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

background-color css

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

 a { background-color: rgb(194,112,220); }

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

border-color css

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

 span { border-color: rgb(194,112,220); }

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