Html Css Color HEX #CB49DD Medium Orchid

📋 copy color: '#CB49DD'

red 203 ◦ green 73 ◦ blue 221

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

Shades of Medium Orchid #CB49DD

Tints of Medium Orchid #CB49DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 44.47%

R = 40.85%
G = 14.69%
B = 44.47%

CMYK

 C value IS 0.08

 M value IS 0.67

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#CB49DD (or 0xCB49DD) is known color: Medium Orchid. HEX triplet: CB, 49 and DD. RGB value is (203,73,221). Sum of RGB (Red+Green+Blue) = 203+73+221=497 (65% of max value = 765). Red value is 203 (79.69% from 255 or 40.85% from 497); Green value is 73 (28.91% from 255 or 14.69% from 497); Blue value is 221 (86.72% from 255 or 44.47% from 497); Max value from RGB is 221 - color contains mainly: blue. Hex color #CB49DD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CB49DD is #34B622. Grayscale: #808080. Windows color (decimal): -3454499 or 14502347. OLE color: 14502347.

HSL color Cylindrical-coordinate representation of color #CB49DD: hue angle of 292.7º degrees, saturation: 0.69, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #CB49DD is Cyan = 0.08, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 203 73 221 -
CMYK 0.08 0.67 0 0.13
HSL 292.7º 0.69% 0.58% -
HSV(B) 292.7º 0.67% 0.87% -
XYZ 40.06 22.68 70.67 -
YUV 128.74 180.07 180.97 -
System Red Green Blue C M Y K H S L
Decimal 203 73 221 0.08 0.67 0 0.13 292.7 0.69 0.58
Hex CB 49 DD 8 43 0 D 125 45 3A
Octal 313 111 335 10 103 0 15 445 105 72
Binary 11001011 1001001 11011101 1000 1000011 0 1101 100100101 1000101 111010

Color Harmonies of #CB49DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB49DD

Black with #CB49DD

Text Example


Text Example

White with #CB49DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB49DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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