Html Css Color HEX #CB5BEE Medium Orchid

📋 copy color: '#CB5BEE'

red 203 ◦ green 91 ◦ blue 238

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

Shades of Medium Orchid #CB5BEE

Tints of Medium Orchid #CB5BEE

RGB

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

 GREEN value IS 91 (35.94% from 255) = 17.11%

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

R = 38.16%
G = 17.11%
B = 44.74%

CMYK

 C value IS 0.15

 M value IS 0.62

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#CB5BEE (or 0xCB5BEE) is known color: Medium Orchid. HEX triplet: CB, 5B and EE. RGB value is (203,91,238). Sum of RGB (Red+Green+Blue) = 203+91+238=532 (70% of max value = 765). Red value is 203 (79.69% from 255 or 38.16% from 532); Green value is 91 (35.94% from 255 or 17.11% from 532); Blue value is 238 (93.36% from 255 or 44.74% from 532); Max value from RGB is 238 - color contains mainly: blue. Hex color #CB5BEE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CB5BEE is #34A411. Grayscale: #8C8C8C. Windows color (decimal): -3449874 or 15621067. OLE color: 15621067.

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

Color convert

RGB 203 91 238 -
CMYK 0.15 0.62 0 0.07
HSL 285.71º 0.81% 0.65% -
HSV(B) 285.71º 0.62% 0.93% -
XYZ 43.8 26.35 83.67 -
YUV 141.25 182.61 172.05 -
System Red Green Blue C M Y K H S L
Decimal 203 91 238 0.15 0.62 0 0.07 285.71 0.81 0.65
Hex CB 5B EE F 3E 0 7 11E 51 41
Octal 313 133 356 17 76 0 7 436 121 101
Binary 11001011 1011011 11101110 1111 111110 0 111 100011110 1010001 1000001

Color Harmonies of #CB5BEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB5BEE

Black with #CB5BEE

Text Example


Text Example

White with #CB5BEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB5BEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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