Html Css Color HEX #CB44DD Medium Orchid

📋 copy color: '#CB44DD'

red 203 ◦ green 68 ◦ blue 221

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

Shades of Medium Orchid #CB44DD

Tints of Medium Orchid #CB44DD

RGB

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

 GREEN value IS 68 (26.95% from 255) = 13.82%

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

R = 41.26%
G = 13.82%
B = 44.92%

CMYK

 C value IS 0.08

 M value IS 0.69

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#CB44DD (or 0xCB44DD) is known color: Medium Orchid. HEX triplet: CB, 44 and DD. RGB value is (203,68,221). Sum of RGB (Red+Green+Blue) = 203+68+221=492 (65% of max value = 765). Red value is 203 (79.69% from 255 or 41.26% from 492); Green value is 68 (26.95% from 255 or 13.82% from 492); Blue value is 221 (86.72% from 255 or 44.92% from 492); Max value from RGB is 221 - color contains mainly: blue. Hex color #CB44DD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CB44DD is #34BB22. Grayscale: #7D7D7D. Windows color (decimal): -3455779 or 14501067. OLE color: 14501067.

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

Color convert

RGB 203 68 221 -
CMYK 0.08 0.69 0 0.13
HSL 292.94º 0.69% 0.57% -
HSV(B) 292.94º 0.69% 0.87% -
XYZ 39.75 22.05 70.57 -
YUV 125.81 181.73 183.06 -
System Red Green Blue C M Y K H S L
Decimal 203 68 221 0.08 0.69 0 0.13 292.94 0.69 0.57
Hex CB 44 DD 8 45 0 D 125 45 39
Octal 313 104 335 10 105 0 15 445 105 71
Binary 11001011 1000100 11011101 1000 1000101 0 1101 100100101 1000101 111001

Color Harmonies of #CB44DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB44DD

Black with #CB44DD

Text Example


Text Example

White with #CB44DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB44DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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