Html Css Color HEX #C070E5 Medium Orchid

📋 copy color: '#C070E5'

red 192 ◦ green 112 ◦ blue 229

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

Shades of Medium Orchid #C070E5

Tints of Medium Orchid #C070E5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 42.96%

R = 36.02%
G = 21.01%
B = 42.96%

CMYK

 C value IS 0.16

 M value IS 0.51

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#C070E5 (or 0xC070E5) is known color: Medium Orchid. HEX triplet: C0, 70 and E5. RGB value is (192,112,229). Sum of RGB (Red+Green+Blue) = 192+112+229=533 (70% of max value = 765). Red value is 192 (75.39% from 255 or 36.02% from 533); Green value is 112 (44.14% from 255 or 21.01% from 533); Blue value is 229 (89.84% from 255 or 42.96% from 533); Max value from RGB is 229 - color contains mainly: blue. Hex color #C070E5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C070E5 is #3F8F1A. Grayscale: #949494. Windows color (decimal): -4165403 or 15036608. OLE color: 15036608.

HSL color Cylindrical-coordinate representation of color #C070E5: hue angle of 281.03º degrees, saturation: 0.69, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C070E5 is Cyan = 0.16, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 192 112 229 -
CMYK 0.16 0.51 0 0.10
HSL 281.03º 0.69% 0.67% -
HSV(B) 281.03º 0.51% 0.9% -
XYZ 41.68 28.45 77.42 -
YUV 149.26 173 158.49 -
System Red Green Blue C M Y K H S L
Decimal 192 112 229 0.16 0.51 0 0.10 281.03 0.69 0.67
Hex C0 70 E5 10 33 0 A 119 45 43
Octal 300 160 345 20 63 0 12 431 105 103
Binary 11000000 1110000 11100101 10000 110011 0 1010 100011001 1000101 1000011

Color Harmonies of #C070E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C070E5

Black with #C070E5

Text Example


Text Example

White with #C070E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C070E5; }

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

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

background-color css

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

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

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

border-color css

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

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

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