Html Css Color HEX #CB49EB Medium Orchid

📋 copy color: '#CB49EB'

red 203 ◦ green 73 ◦ blue 235

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

Shades of Medium Orchid #CB49EB

Tints of Medium Orchid #CB49EB

RGB

 RED value IS 203 (79.69% from 255) = 39.73%

 GREEN value IS 73 (28.91% from 255) = 14.29%

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

R = 39.73%
G = 14.29%
B = 45.99%

CMYK

 C value IS 0.14

 M value IS 0.69

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#CB49EB (or 0xCB49EB) is known color: Medium Orchid. HEX triplet: CB, 49 and EB. RGB value is (203,73,235). Sum of RGB (Red+Green+Blue) = 203+73+235=511 (67% of max value = 765). Red value is 203 (79.69% from 255 or 39.73% from 511); Green value is 73 (28.91% from 255 or 14.29% from 511); Blue value is 235 (92.19% from 255 or 45.99% from 511); Max value from RGB is 235 - color contains mainly: blue. Hex color #CB49EB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CB49EB is #34B614. Grayscale: #818181. Windows color (decimal): -3454485 or 15419851. OLE color: 15419851.

HSL color Cylindrical-coordinate representation of color #CB49EB: hue angle of 288.15º degrees, saturation: 0.8, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #CB49EB is Cyan = 0.14, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 203 73 235 -
CMYK 0.14 0.69 0 0.08
HSL 288.15º 0.8% 0.6% -
HSV(B) 288.15º 0.69% 0.92% -
XYZ 42.01 23.46 80.91 -
YUV 130.34 187.07 179.83 -
System Red Green Blue C M Y K H S L
Decimal 203 73 235 0.14 0.69 0 0.08 288.15 0.8 0.6
Hex CB 49 EB E 45 0 8 120 50 3C
Octal 313 111 353 16 105 0 10 440 120 74
Binary 11001011 1001001 11101011 1110 1000101 0 1000 100100000 1010000 111100

Color Harmonies of #CB49EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB49EB

Black with #CB49EB

Text Example


Text Example

White with #CB49EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB49EB; }

 p { color: rgb(203,73,235); }

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

background-color css

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

 a { background-color: rgb(203,73,235); }

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

border-color css

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

 span { border-color: rgb(203,73,235); }

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