Html Css Color HEX #CB48DB Medium Orchid

📋 copy color: '#CB48DB'

red 203 ◦ green 72 ◦ blue 219

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

Shades of Medium Orchid #CB48DB

Tints of Medium Orchid #CB48DB

RGB

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

 GREEN value IS 72 (28.52% from 255) = 14.57%

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

R = 41.09%
G = 14.57%
B = 44.33%

CMYK

 C value IS 0.07

 M value IS 0.67

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#CB48DB (or 0xCB48DB) is known color: Medium Orchid. HEX triplet: CB, 48 and DB. RGB value is (203,72,219). Sum of RGB (Red+Green+Blue) = 203+72+219=494 (65% of max value = 765). Red value is 203 (79.69% from 255 or 41.09% from 494); Green value is 72 (28.52% from 255 or 14.57% from 494); Blue value is 219 (85.94% from 255 or 44.33% from 494); Max value from RGB is 219 - color contains mainly: blue. Hex color #CB48DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CB48DB is #34B724. Grayscale: #7F7F7F. Windows color (decimal): -3454757 or 14371019. OLE color: 14371019.

HSL color Cylindrical-coordinate representation of color #CB48DB: hue angle of 293.47º degrees, saturation: 0.67, 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 #CB48DB is Cyan = 0.07, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 203 72 219 -
CMYK 0.07 0.67 0 0.14
HSL 293.47º 0.67% 0.57% -
HSV(B) 293.47º 0.67% 0.86% -
XYZ 39.73 22.45 69.26 -
YUV 127.93 179.4 181.55 -
System Red Green Blue C M Y K H S L
Decimal 203 72 219 0.07 0.67 0 0.14 293.47 0.67 0.57
Hex CB 48 DB 7 43 0 E 125 43 39
Octal 313 110 333 7 103 0 16 445 103 71
Binary 11001011 1001000 11011011 111 1000011 0 1110 100100101 1000011 111001

Color Harmonies of #CB48DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB48DB

Black with #CB48DB

Text Example


Text Example

White with #CB48DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB48DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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