Html Css Color HEX #C071E7 Medium Orchid

📋 copy color: '#C071E7'

red 192 ◦ green 113 ◦ blue 231

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

Shades of Medium Orchid #C071E7

Tints of Medium Orchid #C071E7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 43.1%

R = 35.82%
G = 21.08%
B = 43.1%

CMYK

 C value IS 0.17

 M value IS 0.51

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#C071E7 (or 0xC071E7) is known color: Medium Orchid. HEX triplet: C0, 71 and E7. RGB value is (192,113,231). Sum of RGB (Red+Green+Blue) = 192+113+231=536 (70% of max value = 765). Red value is 192 (75.39% from 255 or 35.82% from 536); Green value is 113 (44.53% from 255 or 21.08% from 536); Blue value is 231 (90.62% from 255 or 43.10% from 536); Max value from RGB is 231 - color contains mainly: blue. Hex color #C071E7 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C071E7 is #3F8E18. Grayscale: #959595. Windows color (decimal): -4165145 or 15167936. OLE color: 15167936.

HSL color Cylindrical-coordinate representation of color #C071E7: hue angle of 280.17º degrees, saturation: 0.71, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C071E7 is Cyan = 0.17, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 192 113 231 -
CMYK 0.17 0.51 0 0.09
HSL 280.17º 0.71% 0.67% -
HSV(B) 280.17º 0.51% 0.91% -
XYZ 42.07 28.79 78.94 -
YUV 150.07 173.67 157.91 -
System Red Green Blue C M Y K H S L
Decimal 192 113 231 0.17 0.51 0 0.09 280.17 0.71 0.67
Hex C0 71 E7 11 33 0 9 118 47 43
Octal 300 161 347 21 63 0 11 430 107 103
Binary 11000000 1110001 11100111 10001 110011 0 1001 100011000 1000111 1000011

Color Harmonies of #C071E7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C071E7

Black with #C071E7

Text Example


Text Example

White with #C071E7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C071E7; }

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

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

background-color css

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

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

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

border-color css

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

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

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