Html Css Color HEX #CB52EC Medium Orchid

📋 copy color: '#CB52EC'

red 203 ◦ green 82 ◦ blue 236

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

Shades of Medium Orchid #CB52EC

Tints of Medium Orchid #CB52EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 45.3%

R = 38.96%
G = 15.74%
B = 45.3%

CMYK

 C value IS 0.14

 M value IS 0.65

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#CB52EC (or 0xCB52EC) is known color: Medium Orchid. HEX triplet: CB, 52 and EC. RGB value is (203,82,236). Sum of RGB (Red+Green+Blue) = 203+82+236=521 (69% of max value = 765). Red value is 203 (79.69% from 255 or 38.96% from 521); Green value is 82 (32.42% from 255 or 15.74% from 521); Blue value is 236 (92.58% from 255 or 45.30% from 521); Max value from RGB is 236 - color contains mainly: blue. Hex color #CB52EC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CB52EC is #34AD13. Grayscale: #878787. Windows color (decimal): -3452180 or 15487691. OLE color: 15487691.

HSL color Cylindrical-coordinate representation of color #CB52EC: hue angle of 287.14º degrees, saturation: 0.8, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #CB52EC is Cyan = 0.14, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 203 82 236 -
CMYK 0.14 0.65 0 0.07
HSL 287.14º 0.8% 0.62% -
HSV(B) 287.14º 0.65% 0.93% -
XYZ 42.79 24.79 81.89 -
YUV 135.74 184.59 175.98 -
System Red Green Blue C M Y K H S L
Decimal 203 82 236 0.14 0.65 0 0.07 287.14 0.8 0.62
Hex CB 52 EC E 41 0 7 11F 50 3E
Octal 313 122 354 16 101 0 7 437 120 76
Binary 11001011 1010010 11101100 1110 1000001 0 111 100011111 1010000 111110

Color Harmonies of #CB52EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB52EC

Black with #CB52EC

Text Example


Text Example

White with #CB52EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB52EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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