Html Css Color HEX #C070DD Medium Orchid

📋 copy color: '#C070DD'

red 192 ◦ green 112 ◦ blue 221

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

Shades of Medium Orchid #C070DD

Tints of Medium Orchid #C070DD

RGB

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

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

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

R = 36.57%
G = 21.33%
B = 42.1%

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

#C070DD (or 0xC070DD) is known color: Medium Orchid. HEX triplet: C0, 70 and DD. RGB value is (192,112,221). Sum of RGB (Red+Green+Blue) = 192+112+221=525 (69% of max value = 765). Red value is 192 (75.39% from 255 or 36.57% from 525); Green value is 112 (44.14% from 255 or 21.33% from 525); Blue value is 221 (86.72% from 255 or 42.10% from 525); Max value from RGB is 221 - color contains mainly: blue. Hex color #C070DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C070DD is #3F8F22. Grayscale: #939393. Windows color (decimal): -4165411 or 14512320. OLE color: 14512320.

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

Color convert

RGB 192 112 221 -
CMYK 0.13 0.49 0 0.13
HSL 284.04º 0.62% 0.65% -
HSV(B) 284.04º 0.49% 0.87% -
XYZ 40.58 28.02 71.68 -
YUV 148.35 169 159.14 -
System Red Green Blue C M Y K H S L
Decimal 192 112 221 0.13 0.49 0 0.13 284.04 0.62 0.65
Hex C0 70 DD D 31 0 D 11C 3E 41
Octal 300 160 335 15 61 0 15 434 76 101
Binary 11000000 1110000 11011101 1101 110001 0 1101 100011100 111110 1000001

Color Harmonies of #C070DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C070DD

Black with #C070DD

Text Example


Text Example

White with #C070DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C070DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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