Html Css Color HEX #CB5DEE Medium Orchid

📋 copy color: '#CB5DEE'

red 203 ◦ green 93 ◦ blue 238

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

Shades of Medium Orchid #CB5DEE

Tints of Medium Orchid #CB5DEE

RGB

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

 GREEN value IS 93 (36.72% from 255) = 17.42%

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

R = 38.01%
G = 17.42%
B = 44.57%

CMYK

 C value IS 0.15

 M value IS 0.61

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#CB5DEE (or 0xCB5DEE) is known color: Medium Orchid. HEX triplet: CB, 5D and EE. RGB value is (203,93,238). Sum of RGB (Red+Green+Blue) = 203+93+238=534 (70% of max value = 765). Red value is 203 (79.69% from 255 or 38.01% from 534); Green value is 93 (36.72% from 255 or 17.42% from 534); Blue value is 238 (93.36% from 255 or 44.57% from 534); Max value from RGB is 238 - color contains mainly: blue. Hex color #CB5DEE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CB5DEE is #34A211. Grayscale: #8D8D8D. Windows color (decimal): -3449362 or 15621579. OLE color: 15621579.

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

Color convert

RGB 203 93 238 -
CMYK 0.15 0.61 0 0.07
HSL 285.52º 0.81% 0.65% -
HSV(B) 285.52º 0.61% 0.93% -
XYZ 43.98 26.7 83.72 -
YUV 142.42 181.94 171.21 -
System Red Green Blue C M Y K H S L
Decimal 203 93 238 0.15 0.61 0 0.07 285.52 0.81 0.65
Hex CB 5D EE F 3D 0 7 11E 51 41
Octal 313 135 356 17 75 0 7 436 121 101
Binary 11001011 1011101 11101110 1111 111101 0 111 100011110 1010001 1000001

Color Harmonies of #CB5DEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB5DEE

Black with #CB5DEE

Text Example


Text Example

White with #CB5DEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB5DEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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