Html Css Color HEX #C071E9 Medium Orchid

📋 copy color: '#C071E9'

red 192 ◦ green 113 ◦ blue 233

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

Shades of Medium Orchid #C071E9

Tints of Medium Orchid #C071E9

RGB

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

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

 BLUE value IS 233 (91.41% from 255) = 43.31%

R = 35.69%
G = 21%
B = 43.31%

CMYK

 C value IS 0.18

 M value IS 0.52

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#C071E9 (or 0xC071E9) is known color: Medium Orchid. HEX triplet: C0, 71 and E9. RGB value is (192,113,233). Sum of RGB (Red+Green+Blue) = 192+113+233=538 (71% of max value = 765). Red value is 192 (75.39% from 255 or 35.69% from 538); Green value is 113 (44.53% from 255 or 21.00% from 538); Blue value is 233 (91.41% from 255 or 43.31% from 538); Max value from RGB is 233 - color contains mainly: blue. Hex color #C071E9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C071E9 is #3F8E16. Grayscale: #959595. Windows color (decimal): -4165143 or 15299008. OLE color: 15299008.

HSL color Cylindrical-coordinate representation of color #C071E9: hue angle of 279.5º degrees, saturation: 0.73, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C071E9 is Cyan = 0.18, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 192 113 233 -
CMYK 0.18 0.52 0 0.09
HSL 279.5º 0.73% 0.68% -
HSV(B) 279.5º 0.52% 0.91% -
XYZ 42.35 28.9 80.44 -
YUV 150.3 174.67 157.74 -
System Red Green Blue C M Y K H S L
Decimal 192 113 233 0.18 0.52 0 0.09 279.5 0.73 0.68
Hex C0 71 E9 12 34 0 9 118 49 44
Octal 300 161 351 22 64 0 11 430 111 104
Binary 11000000 1110001 11101001 10010 110100 0 1001 100011000 1001001 1000100

Color Harmonies of #C071E9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C071E9

Black with #C071E9

Text Example


Text Example

White with #C071E9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C071E9; }

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

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

background-color css

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

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

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

border-color css

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

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

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