Html Css Color HEX #C074E0 Medium Orchid

📋 copy color: '#C074E0'

red 192 ◦ green 116 ◦ blue 224

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

Shades of Medium Orchid #C074E0

Tints of Medium Orchid #C074E0

RGB

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

 GREEN value IS 116 (45.7% from 255) = 21.8%

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

R = 36.09%
G = 21.8%
B = 42.11%

CMYK

 C value IS 0.14

 M value IS 0.48

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#C074E0 (or 0xC074E0) is known color: Medium Orchid. HEX triplet: C0, 74 and E0. RGB value is (192,116,224). Sum of RGB (Red+Green+Blue) = 192+116+224=532 (70% of max value = 765). Red value is 192 (75.39% from 255 or 36.09% from 532); Green value is 116 (45.70% from 255 or 21.80% from 532); Blue value is 224 (87.89% from 255 or 42.11% from 532); Max value from RGB is 224 - color contains mainly: blue. Hex color #C074E0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C074E0 is #3F8B1F. Grayscale: #969696. Windows color (decimal): -4164384 or 14709952. OLE color: 14709952.

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

Color convert

RGB 192 116 224 -
CMYK 0.14 0.48 0 0.12
HSL 282.22º 0.64% 0.67% -
HSV(B) 282.22º 0.48% 0.88% -
XYZ 41.44 29.08 73.95 -
YUV 151.04 169.18 157.22 -
System Red Green Blue C M Y K H S L
Decimal 192 116 224 0.14 0.48 0 0.12 282.22 0.64 0.67
Hex C0 74 E0 E 30 0 C 11A 40 43
Octal 300 164 340 16 60 0 14 432 100 103
Binary 11000000 1110100 11100000 1110 110000 0 1100 100011010 1000000 1000011

Color Harmonies of #C074E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C074E0

Black with #C074E0

Text Example


Text Example

White with #C074E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C074E0; }

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

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

background-color css

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

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

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

border-color css

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

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

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