Html Css Color HEX #C04FD8 Medium Orchid

📋 copy color: '#C04FD8'

red 192 ◦ green 79 ◦ blue 216

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

Shades of Medium Orchid #C04FD8

Tints of Medium Orchid #C04FD8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 44.35%

R = 39.43%
G = 16.22%
B = 44.35%

CMYK

 C value IS 0.11

 M value IS 0.63

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#C04FD8 (or 0xC04FD8) is known color: Medium Orchid. HEX triplet: C0, 4F and D8. RGB value is (192,79,216). Sum of RGB (Red+Green+Blue) = 192+79+216=487 (64% of max value = 765). Red value is 192 (75.39% from 255 or 39.43% from 487); Green value is 79 (31.25% from 255 or 16.22% from 487); Blue value is 216 (84.77% from 255 or 44.35% from 487); Max value from RGB is 216 - color contains mainly: blue. Hex color #C04FD8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C04FD8 is #3FB027. Grayscale: #7F7F7F. Windows color (decimal): -4173864 or 14176192. OLE color: 14176192.

HSL color Cylindrical-coordinate representation of color #C04FD8: hue angle of 289.49º degrees, saturation: 0.64, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C04FD8 is Cyan = 0.11, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 192 79 216 -
CMYK 0.11 0.63 0 0.15
HSL 289.49º 0.64% 0.58% -
HSV(B) 289.49º 0.63% 0.85% -
XYZ 36.93 21.76 67.22 -
YUV 128.41 177.44 173.36 -
System Red Green Blue C M Y K H S L
Decimal 192 79 216 0.11 0.63 0 0.15 289.49 0.64 0.58
Hex C0 4F D8 B 3F 0 F 121 40 3A
Octal 300 117 330 13 77 0 17 441 100 72
Binary 11000000 1001111 11011000 1011 111111 0 1111 100100001 1000000 111010

Color Harmonies of #C04FD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C04FD8

Black with #C04FD8

Text Example


Text Example

White with #C04FD8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C04FD8; }

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

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

background-color css

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

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

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

border-color css

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

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

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