Html Css Color HEX #C074D6 Medium Orchid

📋 copy color: '#C074D6'

red 192 ◦ green 116 ◦ blue 214

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

Shades of Medium Orchid #C074D6

Tints of Medium Orchid #C074D6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 41%

R = 36.78%
G = 22.22%
B = 41%

CMYK

 C value IS 0.10

 M value IS 0.46

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#C074D6 (or 0xC074D6) is known color: Medium Orchid. HEX triplet: C0, 74 and D6. RGB value is (192,116,214). Sum of RGB (Red+Green+Blue) = 192+116+214=522 (69% of max value = 765). Red value is 192 (75.39% from 255 or 36.78% from 522); Green value is 116 (45.70% from 255 or 22.22% from 522); Blue value is 214 (83.98% from 255 or 41.00% from 522); Max value from RGB is 214 - color contains mainly: blue. Hex color #C074D6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C074D6 is #3F8B29. Grayscale: #959595. Windows color (decimal): -4164394 or 14054592. OLE color: 14054592.

HSL color Cylindrical-coordinate representation of color #C074D6: hue angle of 286.53º degrees, saturation: 0.54, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C074D6 is Cyan = 0.10, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 192 116 214 -
CMYK 0.10 0.46 0 0.16
HSL 286.53º 0.54% 0.65% -
HSV(B) 286.53º 0.46% 0.84% -
XYZ 40.12 28.55 67.01 -
YUV 149.9 164.18 158.03 -
System Red Green Blue C M Y K H S L
Decimal 192 116 214 0.10 0.46 0 0.16 286.53 0.54 0.65
Hex C0 74 D6 A 2E 0 10 11F 36 41
Octal 300 164 326 12 56 0 20 437 66 101
Binary 11000000 1110100 11010110 1010 101110 0 10000 100011111 110110 1000001

Color Harmonies of #C074D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C074D6

Black with #C074D6

Text Example


Text Example

White with #C074D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C074D6; }

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

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

background-color css

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

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

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

border-color css

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

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

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