Html Css Color HEX #CB54EB Medium Orchid

📋 copy color: '#CB54EB'

red 203 ◦ green 84 ◦ blue 235

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

Shades of Medium Orchid #CB54EB

Tints of Medium Orchid #CB54EB

RGB

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

 GREEN value IS 84 (33.2% from 255) = 16.09%

 BLUE value IS 235 (92.19% from 255) = 45.02%

R = 38.89%
G = 16.09%
B = 45.02%

CMYK

 C value IS 0.14

 M value IS 0.64

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#CB54EB (or 0xCB54EB) is known color: Medium Orchid. HEX triplet: CB, 54 and EB. RGB value is (203,84,235). Sum of RGB (Red+Green+Blue) = 203+84+235=522 (69% of max value = 765). Red value is 203 (79.69% from 255 or 38.89% from 522); Green value is 84 (33.20% from 255 or 16.09% from 522); Blue value is 235 (92.19% from 255 or 45.02% from 522); Max value from RGB is 235 - color contains mainly: blue. Hex color #CB54EB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CB54EB is #34AB14. Grayscale: #888888. Windows color (decimal): -3451669 or 15422667. OLE color: 15422667.

HSL color Cylindrical-coordinate representation of color #CB54EB: hue angle of 287.28º degrees, saturation: 0.79, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #CB54EB is Cyan = 0.14, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 203 84 235 -
CMYK 0.14 0.64 0 0.08
HSL 287.28º 0.79% 0.63% -
HSV(B) 287.28º 0.64% 0.92% -
XYZ 42.79 25.04 81.17 -
YUV 136.8 183.42 175.22 -
System Red Green Blue C M Y K H S L
Decimal 203 84 235 0.14 0.64 0 0.08 287.28 0.79 0.63
Hex CB 54 EB E 40 0 8 11F 4F 3F
Octal 313 124 353 16 100 0 10 437 117 77
Binary 11001011 1010100 11101011 1110 1000000 0 1000 100011111 1001111 111111

Color Harmonies of #CB54EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB54EB

Black with #CB54EB

Text Example


Text Example

White with #CB54EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB54EB; }

 p { color: rgb(203,84,235); }

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

background-color css

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

 a { background-color: rgb(203,84,235); }

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

border-color css

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

 span { border-color: rgb(203,84,235); }

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