Html Css Color HEX #CB41D5 Medium Orchid

📋 copy color: '#CB41D5'

red 203 ◦ green 65 ◦ blue 213

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

Shades of Medium Orchid #CB41D5

Tints of Medium Orchid #CB41D5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 44.28%

R = 42.2%
G = 13.51%
B = 44.28%

CMYK

 C value IS 0.05

 M value IS 0.69

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#CB41D5 (or 0xCB41D5) is known color: Medium Orchid. HEX triplet: CB, 41 and D5. RGB value is (203,65,213). Sum of RGB (Red+Green+Blue) = 203+65+213=481 (63% of max value = 765). Red value is 203 (79.69% from 255 or 42.20% from 481); Green value is 65 (25.78% from 255 or 13.51% from 481); Blue value is 213 (83.59% from 255 or 44.28% from 481); Max value from RGB is 213 - color contains mainly: blue. Hex color #CB41D5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CB41D5 is #34BE2A. Grayscale: #7A7A7A. Windows color (decimal): -3456555 or 13976011. OLE color: 13976011.

HSL color Cylindrical-coordinate representation of color #CB41D5: hue angle of 295.95º degrees, saturation: 0.64, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #CB41D5 is Cyan = 0.05, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 203 65 213 -
CMYK 0.05 0.69 0 0.16
HSL 295.95º 0.64% 0.55% -
HSV(B) 295.95º 0.69% 0.84% -
XYZ 38.53 21.28 65.03 -
YUV 123.13 178.72 184.97 -
System Red Green Blue C M Y K H S L
Decimal 203 65 213 0.05 0.69 0 0.16 295.95 0.64 0.55
Hex CB 41 D5 5 45 0 10 128 40 37
Octal 313 101 325 5 105 0 20 450 100 67
Binary 11001011 1000001 11010101 101 1000101 0 10000 100101000 1000000 110111

Color Harmonies of #CB41D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB41D5

Black with #CB41D5

Text Example


Text Example

White with #CB41D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB41D5; }

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

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

background-color css

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

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

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

border-color css

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

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

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