Html Css Color HEX #CB41DD Medium Orchid

📋 copy color: '#CB41DD'

red 203 ◦ green 65 ◦ blue 221

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

Shades of Medium Orchid #CB41DD

Tints of Medium Orchid #CB41DD

RGB

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

 GREEN value IS 65 (25.78% from 255) = 13.29%

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

R = 41.51%
G = 13.29%
B = 45.19%

CMYK

 C value IS 0.08

 M value IS 0.71

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#CB41DD (or 0xCB41DD) is known color: Medium Orchid. HEX triplet: CB, 41 and DD. RGB value is (203,65,221). Sum of RGB (Red+Green+Blue) = 203+65+221=489 (64% of max value = 765). Red value is 203 (79.69% from 255 or 41.51% from 489); Green value is 65 (25.78% from 255 or 13.29% from 489); Blue value is 221 (86.72% from 255 or 45.19% from 489); Max value from RGB is 221 - color contains mainly: blue. Hex color #CB41DD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CB41DD is #34BE22. Grayscale: #7B7B7B. Windows color (decimal): -3456547 or 14500299. OLE color: 14500299.

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

Color convert

RGB 203 65 221 -
CMYK 0.08 0.71 0 0.13
HSL 293.08º 0.7% 0.56% -
HSV(B) 293.08º 0.71% 0.87% -
XYZ 39.57 21.7 70.51 -
YUV 124.05 182.72 184.32 -
System Red Green Blue C M Y K H S L
Decimal 203 65 221 0.08 0.71 0 0.13 293.08 0.7 0.56
Hex CB 41 DD 8 47 0 D 125 46 38
Octal 313 101 335 10 107 0 15 445 106 70
Binary 11001011 1000001 11011101 1000 1000111 0 1101 100100101 1000110 111000

Color Harmonies of #CB41DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB41DD

Black with #CB41DD

Text Example


Text Example

White with #CB41DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB41DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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