Html Css Color HEX #CB5DED Medium Orchid

📋 copy color: '#CB5DED'

red 203 ◦ green 93 ◦ blue 237

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

Shades of Medium Orchid #CB5DED

Tints of Medium Orchid #CB5DED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 44.47%

R = 38.09%
G = 17.45%
B = 44.47%

CMYK

 C value IS 0.14

 M value IS 0.61

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#CB5DED (or 0xCB5DED) is known color: Medium Orchid. HEX triplet: CB, 5D and ED. RGB value is (203,93,237). Sum of RGB (Red+Green+Blue) = 203+93+237=533 (70% of max value = 765). Red value is 203 (79.69% from 255 or 38.09% from 533); Green value is 93 (36.72% from 255 or 17.45% from 533); Blue value is 237 (92.97% from 255 or 44.47% from 533); Max value from RGB is 237 - color contains mainly: blue. Hex color #CB5DED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CB5DED is #34A212. Grayscale: #8D8D8D. Windows color (decimal): -3449363 or 15556043. OLE color: 15556043.

HSL color Cylindrical-coordinate representation of color #CB5DED: hue angle of 285.83º degrees, saturation: 0.8, 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 #CB5DED is Cyan = 0.14, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 203 93 237 -
CMYK 0.14 0.61 0 0.07
HSL 285.83º 0.8% 0.65% -
HSV(B) 285.83º 0.61% 0.93% -
XYZ 43.83 26.64 82.95 -
YUV 142.31 181.44 171.29 -
System Red Green Blue C M Y K H S L
Decimal 203 93 237 0.14 0.61 0 0.07 285.83 0.8 0.65
Hex CB 5D ED E 3D 0 7 11E 50 41
Octal 313 135 355 16 75 0 7 436 120 101
Binary 11001011 1011101 11101101 1110 111101 0 111 100011110 1010000 1000001

Color Harmonies of #CB5DED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB5DED

Black with #CB5DED

Text Example


Text Example

White with #CB5DED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB5DED; }

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

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

background-color css

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

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

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

border-color css

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

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

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