Html Css Color HEX #C04CEC Medium Orchid

📋 copy color: '#C04CEC'

red 192 ◦ green 76 ◦ blue 236

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

Shades of Medium Orchid #C04CEC

Tints of Medium Orchid #C04CEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 46.83%

R = 38.1%
G = 15.08%
B = 46.83%

CMYK

 C value IS 0.19

 M value IS 0.68

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C04CEC (or 0xC04CEC) is known color: Medium Orchid. HEX triplet: C0, 4C and EC. RGB value is (192,76,236). Sum of RGB (Red+Green+Blue) = 192+76+236=504 (66% of max value = 765). Red value is 192 (75.39% from 255 or 38.10% from 504); Green value is 76 (30.08% from 255 or 15.08% from 504); Blue value is 236 (92.58% from 255 or 46.83% from 504); Max value from RGB is 236 - color contains mainly: blue. Hex color #C04CEC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C04CEC is #3FB313. Grayscale: #808080. Windows color (decimal): -4174612 or 15486144. OLE color: 15486144.

HSL color Cylindrical-coordinate representation of color #C04CEC: hue angle of 283.5º degrees, saturation: 0.81, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C04CEC is Cyan = 0.19, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 192 76 236 -
CMYK 0.19 0.68 0 0.07
HSL 283.5º 0.81% 0.61% -
HSV(B) 283.5º 0.68% 0.93% -
XYZ 39.46 22.43 81.61 -
YUV 128.92 188.43 172.99 -
System Red Green Blue C M Y K H S L
Decimal 192 76 236 0.19 0.68 0 0.07 283.5 0.81 0.61
Hex C0 4C EC 13 44 0 7 11C 51 3D
Octal 300 114 354 23 104 0 7 434 121 75
Binary 11000000 1001100 11101100 10011 1000100 0 111 100011100 1010001 111101

Color Harmonies of #C04CEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C04CEC

Black with #C04CEC

Text Example


Text Example

White with #C04CEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C04CEC; }

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

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

background-color css

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

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

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

border-color css

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

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

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