Html Css Color HEX #CB53DD Medium Orchid

📋 copy color: '#CB53DD'

red 203 ◦ green 83 ◦ blue 221

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

Shades of Medium Orchid #CB53DD

Tints of Medium Orchid #CB53DD

RGB

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

 GREEN value IS 83 (32.81% from 255) = 16.37%

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

R = 40.04%
G = 16.37%
B = 43.59%

CMYK

 C value IS 0.08

 M value IS 0.62

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#CB53DD (or 0xCB53DD) is known color: Medium Orchid. HEX triplet: CB, 53 and DD. RGB value is (203,83,221). Sum of RGB (Red+Green+Blue) = 203+83+221=507 (67% of max value = 765). Red value is 203 (79.69% from 255 or 40.04% from 507); Green value is 83 (32.81% from 255 or 16.37% from 507); Blue value is 221 (86.72% from 255 or 43.59% from 507); Max value from RGB is 221 - color contains mainly: blue. Hex color #CB53DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB53DD is #34AC22. Grayscale: #868686. Windows color (decimal): -3451939 or 14504907. OLE color: 14504907.

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

Color convert

RGB 203 83 221 -
CMYK 0.08 0.62 0 0.13
HSL 292.17º 0.67% 0.6% -
HSV(B) 292.17º 0.62% 0.87% -
XYZ 40.77 24.1 70.91 -
YUV 134.61 176.76 176.78 -
System Red Green Blue C M Y K H S L
Decimal 203 83 221 0.08 0.62 0 0.13 292.17 0.67 0.6
Hex CB 53 DD 8 3E 0 D 124 43 3C
Octal 313 123 335 10 76 0 15 444 103 74
Binary 11001011 1010011 11011101 1000 111110 0 1101 100100100 1000011 111100

Color Harmonies of #CB53DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB53DD

Black with #CB53DD

Text Example


Text Example

White with #CB53DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB53DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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