Html Css Color HEX #C74CDB Medium Orchid

📋 copy color: '#C74CDB'

red 199 ◦ green 76 ◦ blue 219

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

Shades of Medium Orchid #C74CDB

Tints of Medium Orchid #C74CDB

RGB

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

 GREEN value IS 76 (30.08% from 255) = 15.38%

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

R = 40.28%
G = 15.38%
B = 44.33%

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

#C74CDB (or 0xC74CDB) is known color: Medium Orchid. HEX triplet: C7, 4C and DB. RGB value is (199,76,219). Sum of RGB (Red+Green+Blue) = 199+76+219=494 (65% of max value = 765). Red value is 199 (78.12% from 255 or 40.28% from 494); Green value is 76 (30.08% from 255 or 15.38% from 494); Blue value is 219 (85.94% from 255 or 44.33% from 494); Max value from RGB is 219 - color contains mainly: blue. Hex color #C74CDB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C74CDB is #38B324. Grayscale: #808080. Windows color (decimal): -3715877 or 14372039. OLE color: 14372039.

HSL color Cylindrical-coordinate representation of color #C74CDB: hue angle of 291.61º degrees, saturation: 0.67, 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 #C74CDB is Cyan = 0.09, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 199 76 219 -
CMYK 0.09 0.65 0 0.14
HSL 291.61º 0.67% 0.58% -
HSV(B) 291.61º 0.65% 0.86% -
XYZ 38.92 22.43 69.29 -
YUV 129.08 178.75 177.87 -
System Red Green Blue C M Y K H S L
Decimal 199 76 219 0.09 0.65 0 0.14 291.61 0.67 0.58
Hex C7 4C DB 9 41 0 E 124 43 3A
Octal 307 114 333 11 101 0 16 444 103 72
Binary 11000111 1001100 11011011 1001 1000001 0 1110 100100100 1000011 111010

Color Harmonies of #C74CDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C74CDB

Black with #C74CDB

Text Example


Text Example

White with #C74CDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C74CDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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