Html Css Color HEX #CB5BEB Medium Orchid

📋 copy color: '#CB5BEB'

red 203 ◦ green 91 ◦ blue 235

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

Shades of Medium Orchid #CB5BEB

Tints of Medium Orchid #CB5BEB

RGB

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

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

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

R = 38.37%
G = 17.2%
B = 44.42%

CMYK

 C value IS 0.14

 M value IS 0.61

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#CB5BEB (or 0xCB5BEB) is known color: Medium Orchid. HEX triplet: CB, 5B and EB. RGB value is (203,91,235). Sum of RGB (Red+Green+Blue) = 203+91+235=529 (70% of max value = 765). Red value is 203 (79.69% from 255 or 38.37% from 529); Green value is 91 (35.94% from 255 or 17.20% from 529); Blue value is 235 (92.19% from 255 or 44.42% from 529); Max value from RGB is 235 - color contains mainly: blue. Hex color #CB5BEB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CB5BEB is #34A414. Grayscale: #8C8C8C. Windows color (decimal): -3449877 or 15424459. OLE color: 15424459.

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

Color convert

RGB 203 91 235 -
CMYK 0.14 0.61 0 0.08
HSL 286.67º 0.78% 0.64% -
HSV(B) 286.67º 0.61% 0.92% -
XYZ 43.37 26.18 81.36 -
YUV 140.9 181.11 172.29 -
System Red Green Blue C M Y K H S L
Decimal 203 91 235 0.14 0.61 0 0.08 286.67 0.78 0.64
Hex CB 5B EB E 3D 0 8 11F 4E 40
Octal 313 133 353 16 75 0 10 437 116 100
Binary 11001011 1011011 11101011 1110 111101 0 1000 100011111 1001110 1000000

Color Harmonies of #CB5BEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB5BEB

Black with #CB5BEB

Text Example


Text Example

White with #CB5BEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB5BEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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