Html Css Color HEX #C04CDB Medium Orchid

📋 copy color: '#C04CDB'

red 192 ◦ green 76 ◦ blue 219

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

Shades of Medium Orchid #C04CDB

Tints of Medium Orchid #C04CDB

RGB

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

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

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

R = 39.43%
G = 15.61%
B = 44.97%

CMYK

 C value IS 0.12

 M value IS 0.65

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C04CDB (or 0xC04CDB) is known color: Medium Orchid. HEX triplet: C0, 4C and DB. RGB value is (192,76,219). Sum of RGB (Red+Green+Blue) = 192+76+219=487 (64% of max value = 765). Red value is 192 (75.39% from 255 or 39.43% from 487); Green value is 76 (30.08% from 255 or 15.61% from 487); Blue value is 219 (85.94% from 255 or 44.97% from 487); Max value from RGB is 219 - color contains mainly: blue. Hex color #C04CDB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C04CDB is #3FB324. Grayscale: #7E7E7E. Windows color (decimal): -4174629 or 14372032. OLE color: 14372032.

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

Color convert

RGB 192 76 219 -
CMYK 0.12 0.65 0 0.14
HSL 288.67º 0.67% 0.58% -
HSV(B) 288.67º 0.65% 0.86% -
XYZ 37.11 21.49 69.21 -
YUV 126.99 179.93 174.37 -
System Red Green Blue C M Y K H S L
Decimal 192 76 219 0.12 0.65 0 0.14 288.67 0.67 0.58
Hex C0 4C DB C 41 0 E 121 43 3A
Octal 300 114 333 14 101 0 16 441 103 72
Binary 11000000 1001100 11011011 1100 1000001 0 1110 100100001 1000011 111010

Color Harmonies of #C04CDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C04CDB

Black with #C04CDB

Text Example


Text Example

White with #C04CDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C04CDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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