Html Css Color HEX #C04BE8 Medium Orchid

📋 copy color: '#C04BE8'

red 192 ◦ green 75 ◦ blue 232

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

Shades of Medium Orchid #C04BE8

Tints of Medium Orchid #C04BE8

RGB

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

 GREEN value IS 75 (29.69% from 255) = 15.03%

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

R = 38.48%
G = 15.03%
B = 46.49%

CMYK

 C value IS 0.17

 M value IS 0.68

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#C04BE8 (or 0xC04BE8) is known color: Medium Orchid. HEX triplet: C0, 4B and E8. RGB value is (192,75,232). Sum of RGB (Red+Green+Blue) = 192+75+232=499 (66% of max value = 765). Red value is 192 (75.39% from 255 or 38.48% from 499); Green value is 75 (29.69% from 255 or 15.03% from 499); Blue value is 232 (91.02% from 255 or 46.49% from 499); Max value from RGB is 232 - color contains mainly: blue. Hex color #C04BE8 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C04BE8 is #3FB417. Grayscale: #7F7F7F. Windows color (decimal): -4174872 or 15223744. OLE color: 15223744.

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

Color convert

RGB 192 75 232 -
CMYK 0.17 0.68 0 0.09
HSL 284.71º 0.77% 0.6% -
HSV(B) 284.71º 0.68% 0.91% -
XYZ 38.82 22.06 78.56 -
YUV 127.88 186.76 173.73 -
System Red Green Blue C M Y K H S L
Decimal 192 75 232 0.17 0.68 0 0.09 284.71 0.77 0.6
Hex C0 4B E8 11 44 0 9 11D 4D 3C
Octal 300 113 350 21 104 0 11 435 115 74
Binary 11000000 1001011 11101000 10001 1000100 0 1001 100011101 1001101 111100

Color Harmonies of #C04BE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C04BE8

Black with #C04BE8

Text Example


Text Example

White with #C04BE8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C04BE8; }

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

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

background-color css

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

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

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

border-color css

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

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

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