Html Css Color HEX #CB53EC Medium Orchid

📋 copy color: '#CB53EC'

red 203 ◦ green 83 ◦ blue 236

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

Shades of Medium Orchid #CB53EC

Tints of Medium Orchid #CB53EC

RGB

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

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

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

R = 38.89%
G = 15.9%
B = 45.21%

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

#CB53EC (or 0xCB53EC) is known color: Medium Orchid. HEX triplet: CB, 53 and EC. RGB value is (203,83,236). Sum of RGB (Red+Green+Blue) = 203+83+236=522 (69% of max value = 765). Red value is 203 (79.69% from 255 or 38.89% from 522); Green value is 83 (32.81% from 255 or 15.90% from 522); Blue value is 236 (92.58% from 255 or 45.21% from 522); Max value from RGB is 236 - color contains mainly: blue. Hex color #CB53EC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CB53EC is #34AC13. Grayscale: #878787. Windows color (decimal): -3451924 or 15487947. OLE color: 15487947.

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

Color convert

RGB 203 83 236 -
CMYK 0.14 0.65 0 0.07
HSL 287.06º 0.8% 0.63% -
HSV(B) 287.06º 0.65% 0.93% -
XYZ 42.86 24.94 81.91 -
YUV 136.32 184.26 175.56 -
System Red Green Blue C M Y K H S L
Decimal 203 83 236 0.14 0.65 0 0.07 287.06 0.8 0.63
Hex CB 53 EC E 41 0 7 11F 50 3F
Octal 313 123 354 16 101 0 7 437 120 77
Binary 11001011 1010011 11101100 1110 1000001 0 111 100011111 1010000 111111

Color Harmonies of #CB53EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB53EC

Black with #CB53EC

Text Example


Text Example

White with #CB53EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB53EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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