Html Css Color HEX #CB5EDC Medium Orchid

📋 copy color: '#CB5EDC'

red 203 ◦ green 94 ◦ blue 220

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

Shades of Medium Orchid #CB5EDC

Tints of Medium Orchid #CB5EDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 42.55%

R = 39.26%
G = 18.18%
B = 42.55%

CMYK

 C value IS 0.08

 M value IS 0.57

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#CB5EDC (or 0xCB5EDC) is known color: Medium Orchid. HEX triplet: CB, 5E and DC. RGB value is (203,94,220). Sum of RGB (Red+Green+Blue) = 203+94+220=517 (68% of max value = 765). Red value is 203 (79.69% from 255 or 39.26% from 517); Green value is 94 (37.11% from 255 or 18.18% from 517); Blue value is 220 (86.33% from 255 or 42.55% from 517); Max value from RGB is 220 - color contains mainly: blue. Hex color #CB5EDC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB5EDC is #34A123. Grayscale: #8C8C8C. Windows color (decimal): -3449124 or 14442187. OLE color: 14442187.

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

Color convert

RGB 203 94 220 -
CMYK 0.08 0.57 0 0.14
HSL 291.9º 0.64% 0.62% -
HSV(B) 291.9º 0.57% 0.86% -
XYZ 41.55 25.87 70.51 -
YUV 140.96 172.61 172.25 -
System Red Green Blue C M Y K H S L
Decimal 203 94 220 0.08 0.57 0 0.14 291.9 0.64 0.62
Hex CB 5E DC 8 39 0 E 124 40 3E
Octal 313 136 334 10 71 0 16 444 100 76
Binary 11001011 1011110 11011100 1000 111001 0 1110 100100100 1000000 111110

Color Harmonies of #CB5EDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB5EDC

Black with #CB5EDC

Text Example


Text Example

White with #CB5EDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB5EDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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