Html Css Color HEX #CB54EF Medium Orchid

📋 copy color: '#CB54EF'

red 203 ◦ green 84 ◦ blue 239

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

Shades of Medium Orchid #CB54EF

Tints of Medium Orchid #CB54EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 45.44%

R = 38.59%
G = 15.97%
B = 45.44%

CMYK

 C value IS 0.15

 M value IS 0.65

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#CB54EF (or 0xCB54EF) is known color: Medium Orchid. HEX triplet: CB, 54 and EF. RGB value is (203,84,239). Sum of RGB (Red+Green+Blue) = 203+84+239=526 (69% of max value = 765). Red value is 203 (79.69% from 255 or 38.59% from 526); Green value is 84 (33.20% from 255 or 15.97% from 526); Blue value is 239 (93.75% from 255 or 45.44% from 526); Max value from RGB is 239 - color contains mainly: blue. Hex color #CB54EF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CB54EF is #34AB10. Grayscale: #888888. Windows color (decimal): -3451665 or 15684811. OLE color: 15684811.

HSL color Cylindrical-coordinate representation of color #CB54EF: hue angle of 286.06º degrees, saturation: 0.83, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #CB54EF is Cyan = 0.15, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 203 84 239 -
CMYK 0.15 0.65 0 0.06
HSL 286.06º 0.83% 0.63% -
HSV(B) 286.06º 0.65% 0.94% -
XYZ 43.38 25.27 84.25 -
YUV 137.25 185.42 174.9 -
System Red Green Blue C M Y K H S L
Decimal 203 84 239 0.15 0.65 0 0.06 286.06 0.83 0.63
Hex CB 54 EF F 41 0 6 11E 53 3F
Octal 313 124 357 17 101 0 6 436 123 77
Binary 11001011 1010100 11101111 1111 1000001 0 110 100011110 1010011 111111

Color Harmonies of #CB54EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB54EF

Black with #CB54EF

Text Example


Text Example

White with #CB54EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB54EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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