Html Css Color HEX #CB48DD Medium Orchid

📋 copy color: '#CB48DD'

red 203 ◦ green 72 ◦ blue 221

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

Shades of Medium Orchid #CB48DD

Tints of Medium Orchid #CB48DD

RGB

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

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

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

R = 40.93%
G = 14.52%
B = 44.56%

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

#CB48DD (or 0xCB48DD) is known color: Medium Orchid. HEX triplet: CB, 48 and DD. RGB value is (203,72,221). Sum of RGB (Red+Green+Blue) = 203+72+221=496 (65% of max value = 765). Red value is 203 (79.69% from 255 or 40.93% from 496); Green value is 72 (28.52% from 255 or 14.52% from 496); Blue value is 221 (86.72% from 255 or 44.56% from 496); Max value from RGB is 221 - color contains mainly: blue. Hex color #CB48DD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CB48DD is #34B722. Grayscale: #7F7F7F. Windows color (decimal): -3454755 or 14502091. OLE color: 14502091.

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

Color convert

RGB 203 72 221 -
CMYK 0.08 0.67 0 0.13
HSL 292.75º 0.69% 0.57% -
HSV(B) 292.75º 0.67% 0.87% -
XYZ 40 22.55 70.65 -
YUV 128.16 180.4 181.38 -
System Red Green Blue C M Y K H S L
Decimal 203 72 221 0.08 0.67 0 0.13 292.75 0.69 0.57
Hex CB 48 DD 8 43 0 D 125 45 39
Octal 313 110 335 10 103 0 15 445 105 71
Binary 11001011 1001000 11011101 1000 1000011 0 1101 100100101 1000101 111001

Color Harmonies of #CB48DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB48DD

Black with #CB48DD

Text Example


Text Example

White with #CB48DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB48DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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