Html Css Color HEX #C04DEE Medium Orchid

📋 copy color: '#C04DEE'

red 192 ◦ green 77 ◦ blue 238

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

Shades of Medium Orchid #C04DEE

Tints of Medium Orchid #C04DEE

RGB

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

 GREEN value IS 77 (30.47% from 255) = 15.19%

 BLUE value IS 238 (93.36% from 255) = 46.94%

R = 37.87%
G = 15.19%
B = 46.94%

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

#C04DEE (or 0xC04DEE) is known color: Medium Orchid. HEX triplet: C0, 4D and EE. RGB value is (192,77,238). Sum of RGB (Red+Green+Blue) = 192+77+238=507 (67% of max value = 765). Red value is 192 (75.39% from 255 or 37.87% from 507); Green value is 77 (30.47% from 255 or 15.19% from 507); Blue value is 238 (93.36% from 255 or 46.94% from 507); Max value from RGB is 238 - color contains mainly: blue. Hex color #C04DEE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C04DEE is #3FB211. Grayscale: #818181. Windows color (decimal): -4174354 or 15617472. OLE color: 15617472.

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

Color convert

RGB 192 77 238 -
CMYK 0.19 0.68 0 0.07
HSL 282.86º 0.83% 0.62% -
HSV(B) 282.86º 0.68% 0.93% -
XYZ 39.82 22.69 83.17 -
YUV 129.74 189.1 172.41 -
System Red Green Blue C M Y K H S L
Decimal 192 77 238 0.19 0.68 0 0.07 282.86 0.83 0.62
Hex C0 4D EE 13 44 0 7 11B 53 3E
Octal 300 115 356 23 104 0 7 433 123 76
Binary 11000000 1001101 11101110 10011 1000100 0 111 100011011 1010011 111110

Color Harmonies of #C04DEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C04DEE

Black with #C04DEE

Text Example


Text Example

White with #C04DEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C04DEE; }

 p { color: rgb(192,77,238); }

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

background-color css

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

 a { background-color: rgb(192,77,238); }

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

border-color css

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

 span { border-color: rgb(192,77,238); }

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