Html Css Color HEX #C74DDB Medium Orchid

📋 copy color: '#C74DDB'

red 199 ◦ green 77 ◦ blue 219

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

Shades of Medium Orchid #C74DDB

Tints of Medium Orchid #C74DDB

RGB

 RED value IS 199 (78.13% from 255) = 40.2%

 GREEN value IS 77 (30.47% from 255) = 15.56%

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

R = 40.2%
G = 15.56%
B = 44.24%

CMYK

 C value IS 0.09

 M value IS 0.65

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C74DDB (or 0xC74DDB) is known color: Medium Orchid. HEX triplet: C7, 4D and DB. RGB value is (199,77,219). Sum of RGB (Red+Green+Blue) = 199+77+219=495 (65% of max value = 765). Red value is 199 (78.12% from 255 or 40.20% from 495); Green value is 77 (30.47% from 255 or 15.56% from 495); Blue value is 219 (85.94% from 255 or 44.24% from 495); Max value from RGB is 219 - color contains mainly: blue. Hex color #C74DDB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C74DDB is #38B224. Grayscale: #818181. Windows color (decimal): -3715621 or 14372295. OLE color: 14372295.

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

Color convert

RGB 199 77 219 -
CMYK 0.09 0.65 0 0.14
HSL 291.55º 0.66% 0.58% -
HSV(B) 291.55º 0.65% 0.86% -
XYZ 38.99 22.56 69.32 -
YUV 129.67 178.42 177.45 -
System Red Green Blue C M Y K H S L
Decimal 199 77 219 0.09 0.65 0 0.14 291.55 0.66 0.58
Hex C7 4D DB 9 41 0 E 124 42 3A
Octal 307 115 333 11 101 0 16 444 102 72
Binary 11000111 1001101 11011011 1001 1000001 0 1110 100100100 1000010 111010

Color Harmonies of #C74DDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C74DDB

Black with #C74DDB

Text Example


Text Example

White with #C74DDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C74DDB; }

 p { color: rgb(199,77,219); }

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

background-color css

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

 a { background-color: rgb(199,77,219); }

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

border-color css

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

 span { border-color: rgb(199,77,219); }

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