Html Css Color HEX #C04BE9 Medium Orchid

📋 copy color: '#C04BE9'

red 192 ◦ green 75 ◦ blue 233

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

Shades of Medium Orchid #C04BE9

Tints of Medium Orchid #C04BE9

RGB

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

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

 BLUE value IS 233 (91.41% from 255) = 46.6%

R = 38.4%
G = 15%
B = 46.6%

CMYK

 C value IS 0.18

 M value IS 0.68

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#C04BE9 (or 0xC04BE9) is known color: Medium Orchid. HEX triplet: C0, 4B and E9. RGB value is (192,75,233). Sum of RGB (Red+Green+Blue) = 192+75+233=500 (66% of max value = 765). Red value is 192 (75.39% from 255 or 38.4% from 500); Green value is 75 (29.69% from 255 or 15% from 500); Blue value is 233 (91.41% from 255 or 46.6% from 500); Max value from RGB is 233 - color contains mainly: blue. Hex color #C04BE9 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C04BE9 is #3FB416. Grayscale: #7F7F7F. Windows color (decimal): -4174871 or 15289280. OLE color: 15289280.

HSL color Cylindrical-coordinate representation of color #C04BE9: hue angle of 284.43º degrees, saturation: 0.78, 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 #C04BE9 is Cyan = 0.18, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 192 75 233 -
CMYK 0.18 0.68 0 0.09
HSL 284.43º 0.78% 0.6% -
HSV(B) 284.43º 0.68% 0.91% -
XYZ 38.96 22.12 79.31 -
YUV 128 187.26 173.65 -
System Red Green Blue C M Y K H S L
Decimal 192 75 233 0.18 0.68 0 0.09 284.43 0.78 0.6
Hex C0 4B E9 12 44 0 9 11C 4E 3C
Octal 300 113 351 22 104 0 11 434 116 74
Binary 11000000 1001011 11101001 10010 1000100 0 1001 100011100 1001110 111100

Color Harmonies of #C04BE9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C04BE9

Black with #C04BE9

Text Example


Text Example

White with #C04BE9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C04BE9; }

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

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

background-color css

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

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

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

border-color css

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

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

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