Html Css Color HEX #C074DB Medium Orchid

📋 copy color: '#C074DB'

red 192 ◦ green 116 ◦ blue 219

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

Shades of Medium Orchid #C074DB

Tints of Medium Orchid #C074DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 41.56%

R = 36.43%
G = 22.01%
B = 41.56%

CMYK

 C value IS 0.12

 M value IS 0.47

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C074DB (or 0xC074DB) is known color: Medium Orchid. HEX triplet: C0, 74 and DB. RGB value is (192,116,219). Sum of RGB (Red+Green+Blue) = 192+116+219=527 (69% of max value = 765). Red value is 192 (75.39% from 255 or 36.43% from 527); Green value is 116 (45.70% from 255 or 22.01% from 527); Blue value is 219 (85.94% from 255 or 41.56% from 527); Max value from RGB is 219 - color contains mainly: blue. Hex color #C074DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C074DB is #3F8B24. Grayscale: #969696. Windows color (decimal): -4164389 or 14382272. OLE color: 14382272.

HSL color Cylindrical-coordinate representation of color #C074DB: hue angle of 284.27º degrees, saturation: 0.59, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C074DB is Cyan = 0.12, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 192 116 219 -
CMYK 0.12 0.47 0 0.14
HSL 284.27º 0.59% 0.66% -
HSV(B) 284.27º 0.47% 0.86% -
XYZ 40.77 28.81 70.43 -
YUV 150.47 166.68 157.62 -
System Red Green Blue C M Y K H S L
Decimal 192 116 219 0.12 0.47 0 0.14 284.27 0.59 0.66
Hex C0 74 DB C 2F 0 E 11C 3B 42
Octal 300 164 333 14 57 0 16 434 73 102
Binary 11000000 1110100 11011011 1100 101111 0 1110 100011100 111011 1000010

Color Harmonies of #C074DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C074DB

Black with #C074DB

Text Example


Text Example

White with #C074DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C074DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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