Html Css Color HEX #C74BDB Medium Orchid

📋 copy color: '#C74BDB'

red 199 ◦ green 75 ◦ blue 219

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

Shades of Medium Orchid #C74BDB

Tints of Medium Orchid #C74BDB

RGB

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

 GREEN value IS 75 (29.69% from 255) = 15.21%

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

R = 40.37%
G = 15.21%
B = 44.42%

CMYK

 C value IS 0.09

 M value IS 0.66

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C74BDB (or 0xC74BDB) is known color: Medium Orchid. HEX triplet: C7, 4B and DB. RGB value is (199,75,219). Sum of RGB (Red+Green+Blue) = 199+75+219=493 (65% of max value = 765). Red value is 199 (78.12% from 255 or 40.37% from 493); Green value is 75 (29.69% from 255 or 15.21% from 493); Blue value is 219 (85.94% from 255 or 44.42% from 493); Max value from RGB is 219 - color contains mainly: blue. Hex color #C74BDB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C74BDB is #38B424. Grayscale: #808080. Windows color (decimal): -3716133 or 14371783. OLE color: 14371783.

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

Color convert

RGB 199 75 219 -
CMYK 0.09 0.66 0 0.14
HSL 291.67º 0.67% 0.58% -
HSV(B) 291.67º 0.66% 0.86% -
XYZ 38.86 22.29 69.27 -
YUV 128.49 179.08 178.29 -
System Red Green Blue C M Y K H S L
Decimal 199 75 219 0.09 0.66 0 0.14 291.67 0.67 0.58
Hex C7 4B DB 9 42 0 E 124 43 3A
Octal 307 113 333 11 102 0 16 444 103 72
Binary 11000111 1001011 11011011 1001 1000010 0 1110 100100100 1000011 111010

Color Harmonies of #C74BDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C74BDB

Black with #C74BDB

Text Example


Text Example

White with #C74BDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C74BDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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