Html Css Color HEX #C04CE8 Medium Orchid

📋 copy color: '#C04CE8'

red 192 ◦ green 76 ◦ blue 232

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

Shades of Medium Orchid #C04CE8

Tints of Medium Orchid #C04CE8

RGB

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

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

 BLUE value IS 232 (91.02% from 255) = 46.4%

R = 38.4%
G = 15.2%
B = 46.4%

CMYK

 C value IS 0.17

 M value IS 0.67

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#C04CE8 (or 0xC04CE8) is known color: Medium Orchid. HEX triplet: C0, 4C and E8. RGB value is (192,76,232). Sum of RGB (Red+Green+Blue) = 192+76+232=500 (66% of max value = 765). Red value is 192 (75.39% from 255 or 38.4% from 500); Green value is 76 (30.08% from 255 or 15.2% from 500); Blue value is 232 (91.02% from 255 or 46.4% from 500); Max value from RGB is 232 - color contains mainly: blue. Hex color #C04CE8 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C04CE8 is #3FB317. Grayscale: #7F7F7F. Windows color (decimal): -4174616 or 15224000. OLE color: 15224000.

HSL color Cylindrical-coordinate representation of color #C04CE8: hue angle of 284.62º degrees, saturation: 0.77, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C04CE8 is Cyan = 0.17, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 192 76 232 -
CMYK 0.17 0.67 0 0.09
HSL 284.62º 0.77% 0.6% -
HSV(B) 284.62º 0.67% 0.91% -
XYZ 38.89 22.2 78.58 -
YUV 128.47 186.43 173.32 -
System Red Green Blue C M Y K H S L
Decimal 192 76 232 0.17 0.67 0 0.09 284.62 0.77 0.6
Hex C0 4C E8 11 43 0 9 11D 4D 3C
Octal 300 114 350 21 103 0 11 435 115 74
Binary 11000000 1001100 11101000 10001 1000011 0 1001 100011101 1001101 111100

Color Harmonies of #C04CE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C04CE8

Black with #C04CE8

Text Example


Text Example

White with #C04CE8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C04CE8; }

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

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

background-color css

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

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

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

border-color css

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

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

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