Html Css Color HEX #CB52E0 Medium Orchid

📋 copy color: '#CB52E0'

red 203 ◦ green 82 ◦ blue 224

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

Shades of Medium Orchid #CB52E0

Tints of Medium Orchid #CB52E0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 44.01%

R = 39.88%
G = 16.11%
B = 44.01%

CMYK

 C value IS 0.09

 M value IS 0.63

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#CB52E0 (or 0xCB52E0) is known color: Medium Orchid. HEX triplet: CB, 52 and E0. RGB value is (203,82,224). Sum of RGB (Red+Green+Blue) = 203+82+224=509 (67% of max value = 765). Red value is 203 (79.69% from 255 or 39.88% from 509); Green value is 82 (32.42% from 255 or 16.11% from 509); Blue value is 224 (87.89% from 255 or 44.01% from 509); Max value from RGB is 224 - color contains mainly: blue. Hex color #CB52E0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB52E0 is #34AD1F. Grayscale: #858585. Windows color (decimal): -3452192 or 14701259. OLE color: 14701259.

HSL color Cylindrical-coordinate representation of color #CB52E0: hue angle of 291.13º degrees, saturation: 0.7, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #CB52E0 is Cyan = 0.09, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 203 82 224 -
CMYK 0.09 0.63 0 0.12
HSL 291.13º 0.7% 0.6% -
HSV(B) 291.13º 0.63% 0.88% -
XYZ 41.1 24.11 73.01 -
YUV 134.37 178.59 176.95 -
System Red Green Blue C M Y K H S L
Decimal 203 82 224 0.09 0.63 0 0.12 291.13 0.7 0.6
Hex CB 52 E0 9 3F 0 C 123 46 3C
Octal 313 122 340 11 77 0 14 443 106 74
Binary 11001011 1010010 11100000 1001 111111 0 1100 100100011 1000110 111100

Color Harmonies of #CB52E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB52E0

Black with #CB52E0

Text Example


Text Example

White with #CB52E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB52E0; }

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

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

background-color css

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

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

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

border-color css

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

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

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