Html Css Color HEX #CB49DC Medium Orchid

📋 copy color: '#CB49DC'

red 203 ◦ green 73 ◦ blue 220

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

Shades of Medium Orchid #CB49DC

Tints of Medium Orchid #CB49DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 44.35%

R = 40.93%
G = 14.72%
B = 44.35%

CMYK

 C value IS 0.08

 M value IS 0.67

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#CB49DC (or 0xCB49DC) is known color: Medium Orchid. HEX triplet: CB, 49 and DC. RGB value is (203,73,220). Sum of RGB (Red+Green+Blue) = 203+73+220=496 (65% of max value = 765). Red value is 203 (79.69% from 255 or 40.93% from 496); Green value is 73 (28.91% from 255 or 14.72% from 496); Blue value is 220 (86.33% from 255 or 44.35% from 496); Max value from RGB is 220 - color contains mainly: blue. Hex color #CB49DC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CB49DC is #34B623. Grayscale: #808080. Windows color (decimal): -3454500 or 14436811. OLE color: 14436811.

HSL color Cylindrical-coordinate representation of color #CB49DC: hue angle of 293.06º degrees, saturation: 0.68, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #CB49DC is Cyan = 0.08, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 203 73 220 -
CMYK 0.08 0.67 0 0.14
HSL 293.06º 0.68% 0.57% -
HSV(B) 293.06º 0.67% 0.86% -
XYZ 39.93 22.63 69.97 -
YUV 128.63 179.57 181.05 -
System Red Green Blue C M Y K H S L
Decimal 203 73 220 0.08 0.67 0 0.14 293.06 0.68 0.57
Hex CB 49 DC 8 43 0 E 125 44 39
Octal 313 111 334 10 103 0 16 445 104 71
Binary 11001011 1001001 11011100 1000 1000011 0 1110 100100101 1000100 111001

Color Harmonies of #CB49DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB49DC

Black with #CB49DC

Text Example


Text Example

White with #CB49DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB49DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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