Html Css Color HEX #C04BEB Medium Orchid

📋 copy color: '#C04BEB'

red 192 ◦ green 75 ◦ blue 235

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

Shades of Medium Orchid #C04BEB

Tints of Medium Orchid #C04BEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 46.81%

R = 38.25%
G = 14.94%
B = 46.81%

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

#C04BEB (or 0xC04BEB) is known color: Medium Orchid. HEX triplet: C0, 4B and EB. RGB value is (192,75,235). Sum of RGB (Red+Green+Blue) = 192+75+235=502 (66% of max value = 765). Red value is 192 (75.39% from 255 or 38.25% from 502); Green value is 75 (29.69% from 255 or 14.94% from 502); Blue value is 235 (92.19% from 255 or 46.81% from 502); Max value from RGB is 235 - color contains mainly: blue. Hex color #C04BEB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C04BEB is #3FB414. Grayscale: #7F7F7F. Windows color (decimal): -4174869 or 15420352. OLE color: 15420352.

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

Color convert

RGB 192 75 235 -
CMYK 0.18 0.68 0 0.08
HSL 283.88º 0.8% 0.61% -
HSV(B) 283.88º 0.68% 0.92% -
XYZ 39.25 22.24 80.82 -
YUV 128.22 188.26 173.49 -
System Red Green Blue C M Y K H S L
Decimal 192 75 235 0.18 0.68 0 0.08 283.88 0.8 0.61
Hex C0 4B EB 12 44 0 8 11C 50 3D
Octal 300 113 353 22 104 0 10 434 120 75
Binary 11000000 1001011 11101011 10010 1000100 0 1000 100011100 1010000 111101

Color Harmonies of #C04BEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C04BEB

Black with #C04BEB

Text Example


Text Example

White with #C04BEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C04BEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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