Html Css Color HEX #CB47DB Medium Orchid

📋 copy color: '#CB47DB'

red 203 ◦ green 71 ◦ blue 219

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

Shades of Medium Orchid #CB47DB

Tints of Medium Orchid #CB47DB

RGB

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

 GREEN value IS 71 (28.13% from 255) = 14.4%

 BLUE value IS 219 (85.94% from 255) = 44.42%

R = 41.18%
G = 14.4%
B = 44.42%

CMYK

 C value IS 0.07

 M value IS 0.68

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#CB47DB (or 0xCB47DB) is known color: Medium Orchid. HEX triplet: CB, 47 and DB. RGB value is (203,71,219). Sum of RGB (Red+Green+Blue) = 203+71+219=493 (65% of max value = 765). Red value is 203 (79.69% from 255 or 41.18% from 493); Green value is 71 (28.12% from 255 or 14.40% from 493); Blue value is 219 (85.94% from 255 or 44.42% from 493); Max value from RGB is 219 - color contains mainly: blue. Hex color #CB47DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CB47DB is #34B824. Grayscale: #7E7E7E. Windows color (decimal): -3455013 or 14370763. OLE color: 14370763.

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

Color convert

RGB 203 71 219 -
CMYK 0.07 0.68 0 0.14
HSL 293.51º 0.67% 0.57% -
HSV(B) 293.51º 0.68% 0.86% -
XYZ 39.67 22.32 69.23 -
YUV 127.34 179.73 181.97 -
System Red Green Blue C M Y K H S L
Decimal 203 71 219 0.07 0.68 0 0.14 293.51 0.67 0.57
Hex CB 47 DB 7 44 0 E 126 43 39
Octal 313 107 333 7 104 0 16 446 103 71
Binary 11001011 1000111 11011011 111 1000100 0 1110 100100110 1000011 111001

Color Harmonies of #CB47DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB47DB

Black with #CB47DB

Text Example


Text Example

White with #CB47DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB47DB; }

 p { color: rgb(203,71,219); }

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

background-color css

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

 a { background-color: rgb(203,71,219); }

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

border-color css

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

 span { border-color: rgb(203,71,219); }

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