Html Css Color HEX #CB56EE Medium Orchid

📋 copy color: '#CB56EE'

red 203 ◦ green 86 ◦ blue 238

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

Shades of Medium Orchid #CB56EE

Tints of Medium Orchid #CB56EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 45.16%

R = 38.52%
G = 16.32%
B = 45.16%

CMYK

 C value IS 0.15

 M value IS 0.64

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#CB56EE (or 0xCB56EE) is known color: Medium Orchid. HEX triplet: CB, 56 and EE. RGB value is (203,86,238). Sum of RGB (Red+Green+Blue) = 203+86+238=527 (69% of max value = 765). Red value is 203 (79.69% from 255 or 38.52% from 527); Green value is 86 (33.98% from 255 or 16.32% from 527); Blue value is 238 (93.36% from 255 or 45.16% from 527); Max value from RGB is 238 - color contains mainly: blue. Hex color #CB56EE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CB56EE is #34A911. Grayscale: #898989. Windows color (decimal): -3451154 or 15619787. OLE color: 15619787.

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

Color convert

RGB 203 86 238 -
CMYK 0.15 0.64 0 0.07
HSL 286.18º 0.82% 0.64% -
HSV(B) 286.18º 0.64% 0.93% -
XYZ 43.39 25.53 83.53 -
YUV 138.31 184.26 174.14 -
System Red Green Blue C M Y K H S L
Decimal 203 86 238 0.15 0.64 0 0.07 286.18 0.82 0.64
Hex CB 56 EE F 40 0 7 11E 52 40
Octal 313 126 356 17 100 0 7 436 122 100
Binary 11001011 1010110 11101110 1111 1000000 0 111 100011110 1010010 1000000

Color Harmonies of #CB56EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB56EE

Black with #CB56EE

Text Example


Text Example

White with #CB56EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB56EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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