Html Css Color HEX #CB52DD Medium Orchid

📋 copy color: '#CB52DD'

red 203 ◦ green 82 ◦ blue 221

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

Shades of Medium Orchid #CB52DD

Tints of Medium Orchid #CB52DD

RGB

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

 GREEN value IS 82 (32.42% from 255) = 16.21%

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

R = 40.12%
G = 16.21%
B = 43.68%

CMYK

 C value IS 0.08

 M value IS 0.63

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#CB52DD (or 0xCB52DD) is known color: Medium Orchid. HEX triplet: CB, 52 and DD. RGB value is (203,82,221). Sum of RGB (Red+Green+Blue) = 203+82+221=506 (67% of max value = 765). Red value is 203 (79.69% from 255 or 40.12% from 506); Green value is 82 (32.42% from 255 or 16.21% from 506); Blue value is 221 (86.72% from 255 or 43.68% from 506); Max value from RGB is 221 - color contains mainly: blue. Hex color #CB52DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB52DD is #34AD22. Grayscale: #858585. Windows color (decimal): -3452195 or 14504651. OLE color: 14504651.

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

Color convert

RGB 203 82 221 -
CMYK 0.08 0.63 0 0.13
HSL 292.23º 0.67% 0.59% -
HSV(B) 292.23º 0.63% 0.87% -
XYZ 40.7 23.95 70.88 -
YUV 134.03 177.09 177.2 -
System Red Green Blue C M Y K H S L
Decimal 203 82 221 0.08 0.63 0 0.13 292.23 0.67 0.59
Hex CB 52 DD 8 3F 0 D 124 43 3B
Octal 313 122 335 10 77 0 15 444 103 73
Binary 11001011 1010010 11011101 1000 111111 0 1101 100100100 1000011 111011

Color Harmonies of #CB52DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB52DD

Black with #CB52DD

Text Example


Text Example

White with #CB52DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB52DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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