Html Css Color HEX #C04AEE Medium Orchid

📋 copy color: '#C04AEE'

red 192 ◦ green 74 ◦ blue 238

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

Shades of Medium Orchid #C04AEE

Tints of Medium Orchid #C04AEE

RGB

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

 GREEN value IS 74 (29.3% from 255) = 14.68%

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

R = 38.1%
G = 14.68%
B = 47.22%

CMYK

 C value IS 0.19

 M value IS 0.69

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C04AEE (or 0xC04AEE) is known color: Medium Orchid. HEX triplet: C0, 4A and EE. RGB value is (192,74,238). Sum of RGB (Red+Green+Blue) = 192+74+238=504 (66% of max value = 765). Red value is 192 (75.39% from 255 or 38.10% from 504); Green value is 74 (29.30% from 255 or 14.68% from 504); Blue value is 238 (93.36% from 255 or 47.22% from 504); Max value from RGB is 238 - color contains mainly: blue. Hex color #C04AEE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C04AEE is #3FB511. Grayscale: #7F7F7F. Windows color (decimal): -4175122 or 15616704. OLE color: 15616704.

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

Color convert

RGB 192 74 238 -
CMYK 0.19 0.69 0 0.07
HSL 283.17º 0.83% 0.61% -
HSV(B) 283.17º 0.69% 0.93% -
XYZ 39.62 22.28 83.1 -
YUV 127.98 190.09 173.66 -
System Red Green Blue C M Y K H S L
Decimal 192 74 238 0.19 0.69 0 0.07 283.17 0.83 0.61
Hex C0 4A EE 13 45 0 7 11B 53 3D
Octal 300 112 356 23 105 0 7 433 123 75
Binary 11000000 1001010 11101110 10011 1000101 0 111 100011011 1010011 111101

Color Harmonies of #C04AEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C04AEE

Black with #C04AEE

Text Example


Text Example

White with #C04AEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C04AEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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