Html Css Color HEX #C04CDE Medium Orchid

📋 copy color: '#C04CDE'

red 192 ◦ green 76 ◦ blue 222

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

Shades of Medium Orchid #C04CDE

Tints of Medium Orchid #C04CDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 45.31%

R = 39.18%
G = 15.51%
B = 45.31%

CMYK

 C value IS 0.14

 M value IS 0.66

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C04CDE (or 0xC04CDE) is known color: Medium Orchid. HEX triplet: C0, 4C and DE. RGB value is (192,76,222). Sum of RGB (Red+Green+Blue) = 192+76+222=490 (64% of max value = 765). Red value is 192 (75.39% from 255 or 39.18% from 490); Green value is 76 (30.08% from 255 or 15.51% from 490); Blue value is 222 (87.11% from 255 or 45.31% from 490); Max value from RGB is 222 - color contains mainly: blue. Hex color #C04CDE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C04CDE is #3FB321. Grayscale: #7E7E7E. Windows color (decimal): -4174626 or 14568640. OLE color: 14568640.

HSL color Cylindrical-coordinate representation of color #C04CDE: hue angle of 287.67º degrees, saturation: 0.69, 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 #C04CDE is Cyan = 0.14, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 192 76 222 -
CMYK 0.14 0.66 0 0.13
HSL 287.67º 0.69% 0.58% -
HSV(B) 287.67º 0.66% 0.87% -
XYZ 37.51 21.65 71.31 -
YUV 127.33 181.43 174.13 -
System Red Green Blue C M Y K H S L
Decimal 192 76 222 0.14 0.66 0 0.13 287.67 0.69 0.58
Hex C0 4C DE E 42 0 D 120 45 3A
Octal 300 114 336 16 102 0 15 440 105 72
Binary 11000000 1001100 11011110 1110 1000010 0 1101 100100000 1000101 111010

Color Harmonies of #C04CDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C04CDE

Black with #C04CDE

Text Example


Text Example

White with #C04CDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C04CDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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