Html Css Color HEX #C04CDD Medium Orchid

📋 copy color: '#C04CDD'

red 192 ◦ green 76 ◦ blue 221

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

Shades of Medium Orchid #C04CDD

Tints of Medium Orchid #C04CDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 45.19%

R = 39.26%
G = 15.54%
B = 45.19%

CMYK

 C value IS 0.13

 M value IS 0.66

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C04CDD (or 0xC04CDD) is known color: Medium Orchid. HEX triplet: C0, 4C and DD. RGB value is (192,76,221). Sum of RGB (Red+Green+Blue) = 192+76+221=489 (64% of max value = 765). Red value is 192 (75.39% from 255 or 39.26% from 489); Green value is 76 (30.08% from 255 or 15.54% from 489); Blue value is 221 (86.72% from 255 or 45.19% from 489); Max value from RGB is 221 - color contains mainly: blue. Hex color #C04CDD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C04CDD is #3FB322. Grayscale: #7E7E7E. Windows color (decimal): -4174627 or 14503104. OLE color: 14503104.

HSL color Cylindrical-coordinate representation of color #C04CDD: hue angle of 288º degrees, saturation: 0.68, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C04CDD is Cyan = 0.13, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 192 76 221 -
CMYK 0.13 0.66 0 0.13
HSL 288º 0.68% 0.58% -
HSV(B) 288º 0.66% 0.87% -
XYZ 37.37 21.6 70.61 -
YUV 127.21 180.93 174.21 -
System Red Green Blue C M Y K H S L
Decimal 192 76 221 0.13 0.66 0 0.13 288 0.68 0.58
Hex C0 4C DD D 42 0 D 120 44 3A
Octal 300 114 335 15 102 0 15 440 104 72
Binary 11000000 1001100 11011101 1101 1000010 0 1101 100100000 1000100 111010

Color Harmonies of #C04CDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C04CDD

Black with #C04CDD

Text Example


Text Example

White with #C04CDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C04CDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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