Html Css Color HEX #CB44DC Medium Orchid

📋 copy color: '#CB44DC'

red 203 ◦ green 68 ◦ blue 220

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

Shades of Medium Orchid #CB44DC

Tints of Medium Orchid #CB44DC

RGB

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

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

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

R = 41.34%
G = 13.85%
B = 44.81%

CMYK

 C value IS 0.08

 M value IS 0.69

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#CB44DC (or 0xCB44DC) is known color: Medium Orchid. HEX triplet: CB, 44 and DC. RGB value is (203,68,220). Sum of RGB (Red+Green+Blue) = 203+68+220=491 (65% of max value = 765). Red value is 203 (79.69% from 255 or 41.34% from 491); Green value is 68 (26.95% from 255 or 13.85% from 491); Blue value is 220 (86.33% from 255 or 44.81% from 491); Max value from RGB is 220 - color contains mainly: blue. Hex color #CB44DC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CB44DC is #34BB23. Grayscale: #7D7D7D. Windows color (decimal): -3455780 or 14435531. OLE color: 14435531.

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

Color convert

RGB 203 68 220 -
CMYK 0.08 0.69 0 0.14
HSL 293.29º 0.68% 0.56% -
HSV(B) 293.29º 0.69% 0.86% -
XYZ 39.61 22 69.87 -
YUV 125.69 181.23 183.14 -
System Red Green Blue C M Y K H S L
Decimal 203 68 220 0.08 0.69 0 0.14 293.29 0.68 0.56
Hex CB 44 DC 8 45 0 E 125 44 38
Octal 313 104 334 10 105 0 16 445 104 70
Binary 11001011 1000100 11011100 1000 1000101 0 1110 100100101 1000100 111000

Color Harmonies of #CB44DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB44DC

Black with #CB44DC

Text Example


Text Example

White with #CB44DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB44DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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