Html Css Color HEX #C071E0 Medium Orchid

📋 copy color: '#C071E0'

red 192 ◦ green 113 ◦ blue 224

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

Shades of Medium Orchid #C071E0

Tints of Medium Orchid #C071E0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 42.34%

R = 36.29%
G = 21.36%
B = 42.34%

CMYK

 C value IS 0.14

 M value IS 0.50

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#C071E0 (or 0xC071E0) is known color: Medium Orchid. HEX triplet: C0, 71 and E0. RGB value is (192,113,224). Sum of RGB (Red+Green+Blue) = 192+113+224=529 (70% of max value = 765). Red value is 192 (75.39% from 255 or 36.29% from 529); Green value is 113 (44.53% from 255 or 21.36% from 529); Blue value is 224 (87.89% from 255 or 42.34% from 529); Max value from RGB is 224 - color contains mainly: blue. Hex color #C071E0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C071E0 is #3F8E1F. Grayscale: #949494. Windows color (decimal): -4165152 or 14709184. OLE color: 14709184.

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

Color convert

RGB 192 113 224 -
CMYK 0.14 0.50 0 0.12
HSL 282.7º 0.64% 0.66% -
HSV(B) 282.7º 0.5% 0.88% -
XYZ 41.1 28.4 73.84 -
YUV 149.28 170.17 158.47 -
System Red Green Blue C M Y K H S L
Decimal 192 113 224 0.14 0.50 0 0.12 282.7 0.64 0.66
Hex C0 71 E0 E 32 0 C 11B 40 42
Octal 300 161 340 16 62 0 14 433 100 102
Binary 11000000 1110001 11100000 1110 110010 0 1100 100011011 1000000 1000010

Color Harmonies of #C071E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C071E0

Black with #C071E0

Text Example


Text Example

White with #C071E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C071E0; }

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

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

background-color css

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

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

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

border-color css

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

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

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