Html Css Color HEX #C04CEA Medium Orchid

📋 copy color: '#C04CEA'

red 192 ◦ green 76 ◦ blue 234

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

Shades of Medium Orchid #C04CEA

Tints of Medium Orchid #C04CEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 46.61%

R = 38.25%
G = 15.14%
B = 46.61%

CMYK

 C value IS 0.18

 M value IS 0.68

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#C04CEA (or 0xC04CEA) is known color: Medium Orchid. HEX triplet: C0, 4C and EA. RGB value is (192,76,234). Sum of RGB (Red+Green+Blue) = 192+76+234=502 (66% of max value = 765). Red value is 192 (75.39% from 255 or 38.25% from 502); Green value is 76 (30.08% from 255 or 15.14% from 502); Blue value is 234 (91.80% from 255 or 46.61% from 502); Max value from RGB is 234 - color contains mainly: blue. Hex color #C04CEA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C04CEA is #3FB315. Grayscale: #808080. Windows color (decimal): -4174614 or 15355072. OLE color: 15355072.

HSL color Cylindrical-coordinate representation of color #C04CEA: hue angle of 284.05º degrees, saturation: 0.79, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C04CEA is Cyan = 0.18, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 192 76 234 -
CMYK 0.18 0.68 0 0.08
HSL 284.05º 0.79% 0.61% -
HSV(B) 284.05º 0.68% 0.92% -
XYZ 39.17 22.32 80.08 -
YUV 128.7 187.43 173.15 -
System Red Green Blue C M Y K H S L
Decimal 192 76 234 0.18 0.68 0 0.08 284.05 0.79 0.61
Hex C0 4C EA 12 44 0 8 11C 4F 3D
Octal 300 114 352 22 104 0 10 434 117 75
Binary 11000000 1001100 11101010 10010 1000100 0 1000 100011100 1001111 111101

Color Harmonies of #C04CEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C04CEA

Black with #C04CEA

Text Example


Text Example

White with #C04CEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C04CEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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