Html Css Color HEX #CB56EF Medium Orchid

📋 copy color: '#CB56EF'

red 203 ◦ green 86 ◦ blue 239

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

Shades of Medium Orchid #CB56EF

Tints of Medium Orchid #CB56EF

RGB

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

 GREEN value IS 86 (33.98% from 255) = 16.29%

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

R = 38.45%
G = 16.29%
B = 45.27%

CMYK

 C value IS 0.15

 M value IS 0.64

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#CB56EF (or 0xCB56EF) is known color: Medium Orchid. HEX triplet: CB, 56 and EF. RGB value is (203,86,239). Sum of RGB (Red+Green+Blue) = 203+86+239=528 (69% of max value = 765). Red value is 203 (79.69% from 255 or 38.45% from 528); Green value is 86 (33.98% from 255 or 16.29% from 528); Blue value is 239 (93.75% from 255 or 45.27% from 528); Max value from RGB is 239 - color contains mainly: blue. Hex color #CB56EF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CB56EF is #34A910. Grayscale: #898989. Windows color (decimal): -3451153 or 15685323. OLE color: 15685323.

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

Color convert

RGB 203 86 239 -
CMYK 0.15 0.64 0 0.06
HSL 285.88º 0.83% 0.64% -
HSV(B) 285.88º 0.64% 0.94% -
XYZ 43.54 25.58 84.3 -
YUV 138.43 184.76 174.06 -
System Red Green Blue C M Y K H S L
Decimal 203 86 239 0.15 0.64 0 0.06 285.88 0.83 0.64
Hex CB 56 EF F 40 0 6 11E 53 40
Octal 313 126 357 17 100 0 6 436 123 100
Binary 11001011 1010110 11101111 1111 1000000 0 110 100011110 1010011 1000000

Color Harmonies of #CB56EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB56EF

Black with #CB56EF

Text Example


Text Example

White with #CB56EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB56EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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