Html Css Color HEX #C070DA Medium Orchid

📋 copy color: '#C070DA'

red 192 ◦ green 112 ◦ blue 218

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

Shades of Medium Orchid #C070DA

Tints of Medium Orchid #C070DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 41.76%

R = 36.78%
G = 21.46%
B = 41.76%

CMYK

 C value IS 0.12

 M value IS 0.49

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#C070DA (or 0xC070DA) is known color: Medium Orchid. HEX triplet: C0, 70 and DA. RGB value is (192,112,218). Sum of RGB (Red+Green+Blue) = 192+112+218=522 (69% of max value = 765). Red value is 192 (75.39% from 255 or 36.78% from 522); Green value is 112 (44.14% from 255 or 21.46% from 522); Blue value is 218 (85.55% from 255 or 41.76% from 522); Max value from RGB is 218 - color contains mainly: blue. Hex color #C070DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C070DA is #3F8F25. Grayscale: #939393. Windows color (decimal): -4165414 or 14315712. OLE color: 14315712.

HSL color Cylindrical-coordinate representation of color #C070DA: hue angle of 285.28º degrees, saturation: 0.59, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #C070DA is Cyan = 0.12, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 192 112 218 -
CMYK 0.12 0.49 0 0.15
HSL 285.28º 0.59% 0.65% -
HSV(B) 285.28º 0.49% 0.85% -
XYZ 40.19 27.86 69.59 -
YUV 148 167.5 159.38 -
System Red Green Blue C M Y K H S L
Decimal 192 112 218 0.12 0.49 0 0.15 285.28 0.59 0.65
Hex C0 70 DA C 31 0 F 11D 3B 41
Octal 300 160 332 14 61 0 17 435 73 101
Binary 11000000 1110000 11011010 1100 110001 0 1111 100011101 111011 1000001

Color Harmonies of #C070DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C070DA

Black with #C070DA

Text Example


Text Example

White with #C070DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C070DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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