Html Css Color HEX #C070D7 Medium Orchid

📋 copy color: '#C070D7'

red 192 ◦ green 112 ◦ blue 215

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

Shades of Medium Orchid #C070D7

Tints of Medium Orchid #C070D7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 41.43%

R = 36.99%
G = 21.58%
B = 41.43%

CMYK

 C value IS 0.11

 M value IS 0.48

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#C070D7 (or 0xC070D7) is known color: Medium Orchid. HEX triplet: C0, 70 and D7. RGB value is (192,112,215). Sum of RGB (Red+Green+Blue) = 192+112+215=519 (68% of max value = 765). Red value is 192 (75.39% from 255 or 36.99% from 519); Green value is 112 (44.14% from 255 or 21.58% from 519); Blue value is 215 (84.38% from 255 or 41.43% from 519); Max value from RGB is 215 - color contains mainly: blue. Hex color #C070D7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C070D7 is #3F8F28. Grayscale: #939393. Windows color (decimal): -4165417 or 14119104. OLE color: 14119104.

HSL color Cylindrical-coordinate representation of color #C070D7: hue angle of 286.6º degrees, saturation: 0.56, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #C070D7 is Cyan = 0.11, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 192 112 215 -
CMYK 0.11 0.48 0 0.16
HSL 286.6º 0.56% 0.64% -
HSV(B) 286.6º 0.48% 0.84% -
XYZ 39.8 27.7 67.54 -
YUV 147.66 166 159.62 -
System Red Green Blue C M Y K H S L
Decimal 192 112 215 0.11 0.48 0 0.16 286.6 0.56 0.64
Hex C0 70 D7 B 30 0 10 11F 38 40
Octal 300 160 327 13 60 0 20 437 70 100
Binary 11000000 1110000 11010111 1011 110000 0 10000 100011111 111000 1000000

Color Harmonies of #C070D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C070D7

Black with #C070D7

Text Example


Text Example

White with #C070D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C070D7; }

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

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

background-color css

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

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

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

border-color css

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

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

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