Html Css Color HEX #CB49EF Medium Orchid

📋 copy color: '#CB49EF'

red 203 ◦ green 73 ◦ blue 239

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

Shades of Medium Orchid #CB49EF

Tints of Medium Orchid #CB49EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 46.41%

R = 39.42%
G = 14.17%
B = 46.41%

CMYK

 C value IS 0.15

 M value IS 0.69

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#CB49EF (or 0xCB49EF) is known color: Medium Orchid. HEX triplet: CB, 49 and EF. RGB value is (203,73,239). Sum of RGB (Red+Green+Blue) = 203+73+239=515 (68% of max value = 765). Red value is 203 (79.69% from 255 or 39.42% from 515); Green value is 73 (28.91% from 255 or 14.17% from 515); Blue value is 239 (93.75% from 255 or 46.41% from 515); Max value from RGB is 239 - color contains mainly: blue. Hex color #CB49EF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CB49EF is #34B610. Grayscale: #828282. Windows color (decimal): -3454481 or 15681995. OLE color: 15681995.

HSL color Cylindrical-coordinate representation of color #CB49EF: hue angle of 286.99º degrees, saturation: 0.84, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #CB49EF is Cyan = 0.15, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 203 73 239 -
CMYK 0.15 0.69 0 0.06
HSL 286.99º 0.84% 0.61% -
HSV(B) 286.99º 0.69% 0.94% -
XYZ 42.59 23.69 83.99 -
YUV 130.79 189.07 179.5 -
System Red Green Blue C M Y K H S L
Decimal 203 73 239 0.15 0.69 0 0.06 286.99 0.84 0.61
Hex CB 49 EF F 45 0 6 11F 54 3D
Octal 313 111 357 17 105 0 6 437 124 75
Binary 11001011 1001001 11101111 1111 1000101 0 110 100011111 1010100 111101

Color Harmonies of #CB49EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB49EF

Black with #CB49EF

Text Example


Text Example

White with #CB49EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB49EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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