Html Css Color HEX #C070DF Medium Orchid

📋 copy color: '#C070DF'

red 192 ◦ green 112 ◦ blue 223

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

Shades of Medium Orchid #C070DF

Tints of Medium Orchid #C070DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 42.31%

R = 36.43%
G = 21.25%
B = 42.31%

CMYK

 C value IS 0.14

 M value IS 0.50

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C070DF (or 0xC070DF) is known color: Medium Orchid. HEX triplet: C0, 70 and DF. RGB value is (192,112,223). Sum of RGB (Red+Green+Blue) = 192+112+223=527 (69% of max value = 765). Red value is 192 (75.39% from 255 or 36.43% from 527); Green value is 112 (44.14% from 255 or 21.25% from 527); Blue value is 223 (87.5% from 255 or 42.31% from 527); Max value from RGB is 223 - color contains mainly: blue. Hex color #C070DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C070DF is #3F8F20. Grayscale: #949494. Windows color (decimal): -4165409 or 14643392. OLE color: 14643392.

HSL color Cylindrical-coordinate representation of color #C070DF: hue angle of 283.24º degrees, saturation: 0.63, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C070DF is Cyan = 0.14, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 192 112 223 -
CMYK 0.14 0.50 0 0.13
HSL 283.24º 0.63% 0.66% -
HSV(B) 283.24º 0.5% 0.87% -
XYZ 40.85 28.12 73.09 -
YUV 148.57 170 158.97 -
System Red Green Blue C M Y K H S L
Decimal 192 112 223 0.14 0.50 0 0.13 283.24 0.63 0.66
Hex C0 70 DF E 32 0 D 11B 3F 42
Octal 300 160 337 16 62 0 15 433 77 102
Binary 11000000 1110000 11011111 1110 110010 0 1101 100011011 111111 1000010

Color Harmonies of #C070DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C070DF

Black with #C070DF

Text Example


Text Example

White with #C070DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C070DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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