Html Css Color HEX #C04FDD Medium Orchid

📋 copy color: '#C04FDD'

red 192 ◦ green 79 ◦ blue 221

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

Shades of Medium Orchid #C04FDD

Tints of Medium Orchid #C04FDD

RGB

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

 GREEN value IS 79 (31.25% from 255) = 16.06%

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

R = 39.02%
G = 16.06%
B = 44.92%

CMYK

 C value IS 0.13

 M value IS 0.64

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C04FDD (or 0xC04FDD) is known color: Medium Orchid. HEX triplet: C0, 4F and DD. RGB value is (192,79,221). Sum of RGB (Red+Green+Blue) = 192+79+221=492 (65% of max value = 765). Red value is 192 (75.39% from 255 or 39.02% from 492); Green value is 79 (31.25% from 255 or 16.06% from 492); Blue value is 221 (86.72% from 255 or 44.92% from 492); Max value from RGB is 221 - color contains mainly: blue. Hex color #C04FDD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C04FDD is #3FB022. Grayscale: #808080. Windows color (decimal): -4173859 or 14503872. OLE color: 14503872.

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

Color convert

RGB 192 79 221 -
CMYK 0.13 0.64 0 0.13
HSL 287.75º 0.68% 0.59% -
HSV(B) 287.75º 0.64% 0.87% -
XYZ 37.59 22.02 70.68 -
YUV 128.98 179.94 172.95 -
System Red Green Blue C M Y K H S L
Decimal 192 79 221 0.13 0.64 0 0.13 287.75 0.68 0.59
Hex C0 4F DD D 40 0 D 120 44 3B
Octal 300 117 335 15 100 0 15 440 104 73
Binary 11000000 1001111 11011101 1101 1000000 0 1101 100100000 1000100 111011

Color Harmonies of #C04FDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C04FDD

Black with #C04FDD

Text Example


Text Example

White with #C04FDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C04FDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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