Html Css Color HEX #C070CF Medium Orchid

📋 copy color: '#C070CF'

red 192 ◦ green 112 ◦ blue 207

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

Shades of Medium Orchid #C070CF

Tints of Medium Orchid #C070CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 40.51%

R = 37.57%
G = 21.92%
B = 40.51%

CMYK

 C value IS 0.07

 M value IS 0.46

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C070CF (or 0xC070CF) is known color: Medium Orchid. HEX triplet: C0, 70 and CF. RGB value is (192,112,207). Sum of RGB (Red+Green+Blue) = 192+112+207=511 (67% of max value = 765). Red value is 192 (75.39% from 255 or 37.57% from 511); Green value is 112 (44.14% from 255 or 21.92% from 511); Blue value is 207 (81.25% from 255 or 40.51% from 511); Max value from RGB is 207 - color contains mainly: blue. Hex color #C070CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C070CF is #3F8F30. Grayscale: #929292. Windows color (decimal): -4165425 or 13594816. OLE color: 13594816.

HSL color Cylindrical-coordinate representation of color #C070CF: hue angle of 290.53º degrees, saturation: 0.5, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C070CF is Cyan = 0.07, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 192 112 207 -
CMYK 0.07 0.46 0 0.19
HSL 290.53º 0.5% 0.63% -
HSV(B) 290.53º 0.46% 0.81% -
XYZ 38.79 27.3 62.26 -
YUV 146.75 162 160.28 -
System Red Green Blue C M Y K H S L
Decimal 192 112 207 0.07 0.46 0 0.19 290.53 0.5 0.63
Hex C0 70 CF 7 2E 0 13 123 32 3F
Octal 300 160 317 7 56 0 23 443 62 77
Binary 11000000 1110000 11001111 111 101110 0 10011 100100011 110010 111111

Color Harmonies of #C070CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C070CF

Black with #C070CF

Text Example


Text Example

White with #C070CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C070CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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