Html Css Color HEX #C070D6 Medium Orchid

📋 copy color: '#C070D6'

red 192 ◦ green 112 ◦ blue 214

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

Shades of Medium Orchid #C070D6

Tints of Medium Orchid #C070D6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 41.31%

R = 37.07%
G = 21.62%
B = 41.31%

CMYK

 C value IS 0.10

 M value IS 0.48

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#C070D6 (or 0xC070D6) is known color: Medium Orchid. HEX triplet: C0, 70 and D6. RGB value is (192,112,214). Sum of RGB (Red+Green+Blue) = 192+112+214=518 (68% of max value = 765). Red value is 192 (75.39% from 255 or 37.07% from 518); Green value is 112 (44.14% from 255 or 21.62% from 518); Blue value is 214 (83.98% from 255 or 41.31% from 518); Max value from RGB is 214 - color contains mainly: blue. Hex color #C070D6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C070D6 is #3F8F29. Grayscale: #939393. Windows color (decimal): -4165418 or 14053568. OLE color: 14053568.

HSL color Cylindrical-coordinate representation of color #C070D6: hue angle of 287.06º degrees, saturation: 0.55, 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 #C070D6 is Cyan = 0.10, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 192 112 214 -
CMYK 0.10 0.48 0 0.16
HSL 287.06º 0.55% 0.64% -
HSV(B) 287.06º 0.48% 0.84% -
XYZ 39.67 27.65 66.86 -
YUV 147.55 165.5 159.71 -
System Red Green Blue C M Y K H S L
Decimal 192 112 214 0.10 0.48 0 0.16 287.06 0.55 0.64
Hex C0 70 D6 A 30 0 10 11F 37 40
Octal 300 160 326 12 60 0 20 437 67 100
Binary 11000000 1110000 11010110 1010 110000 0 10000 100011111 110111 1000000

Color Harmonies of #C070D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C070D6

Black with #C070D6

Text Example


Text Example

White with #C070D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C070D6; }

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

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

background-color css

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

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

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

border-color css

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

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

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