Html Css Color HEX #CB5EEB Medium Orchid

📋 copy color: '#CB5EEB'

red 203 ◦ green 94 ◦ blue 235

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

Shades of Medium Orchid #CB5EEB

Tints of Medium Orchid #CB5EEB

RGB

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

 GREEN value IS 94 (37.11% from 255) = 17.67%

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

R = 38.16%
G = 17.67%
B = 44.17%

CMYK

 C value IS 0.14

 M value IS 0.6

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#CB5EEB (or 0xCB5EEB) is known color: Medium Orchid. HEX triplet: CB, 5E and EB. RGB value is (203,94,235). Sum of RGB (Red+Green+Blue) = 203+94+235=532 (70% of max value = 765). Red value is 203 (79.69% from 255 or 38.16% from 532); Green value is 94 (37.11% from 255 or 17.67% from 532); Blue value is 235 (92.19% from 255 or 44.17% from 532); Max value from RGB is 235 - color contains mainly: blue. Hex color #CB5EEB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CB5EEB is #34A114. Grayscale: #8E8E8E. Windows color (decimal): -3449109 or 15425227. OLE color: 15425227.

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

Color convert

RGB 203 94 235 -
CMYK 0.14 0.6 0 0.08
HSL 286.38º 0.78% 0.65% -
HSV(B) 286.38º 0.6% 0.92% -
XYZ 43.63 26.7 81.45 -
YUV 142.67 180.11 171.04 -
System Red Green Blue C M Y K H S L
Decimal 203 94 235 0.14 0.6 0 0.08 286.38 0.78 0.65
Hex CB 5E EB E 3C 0 8 11E 4E 41
Octal 313 136 353 16 74 0 10 436 116 101
Binary 11001011 1011110 11101011 1110 111100 0 1000 100011110 1001110 1000001

Color Harmonies of #CB5EEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB5EEB

Black with #CB5EEB

Text Example


Text Example

White with #CB5EEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB5EEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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