Html Css Color HEX #C071E5 Medium Orchid

📋 copy color: '#C071E5'

red 192 ◦ green 113 ◦ blue 229

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

Shades of Medium Orchid #C071E5

Tints of Medium Orchid #C071E5

RGB

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

 GREEN value IS 113 (44.53% from 255) = 21.16%

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

R = 35.96%
G = 21.16%
B = 42.88%

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

#C071E5 (or 0xC071E5) is known color: Medium Orchid. HEX triplet: C0, 71 and E5. RGB value is (192,113,229). Sum of RGB (Red+Green+Blue) = 192+113+229=534 (70% of max value = 765). Red value is 192 (75.39% from 255 or 35.96% from 534); Green value is 113 (44.53% from 255 or 21.16% from 534); Blue value is 229 (89.84% from 255 or 42.88% from 534); Max value from RGB is 229 - color contains mainly: blue. Hex color #C071E5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C071E5 is #3F8E1A. Grayscale: #959595. Windows color (decimal): -4165147 or 15036864. OLE color: 15036864.

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

Color convert

RGB 192 113 229 -
CMYK 0.16 0.51 0 0.10
HSL 280.86º 0.69% 0.67% -
HSV(B) 280.86º 0.51% 0.9% -
XYZ 41.79 28.67 77.46 -
YUV 149.85 172.67 158.07 -
System Red Green Blue C M Y K H S L
Decimal 192 113 229 0.16 0.51 0 0.10 280.86 0.69 0.67
Hex C0 71 E5 10 33 0 A 119 45 43
Octal 300 161 345 20 63 0 12 431 105 103
Binary 11000000 1110001 11100101 10000 110011 0 1010 100011001 1000101 1000011

Color Harmonies of #C071E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C071E5

Black with #C071E5

Text Example


Text Example

White with #C071E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C071E5; }

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

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

background-color css

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

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

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

border-color css

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

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

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