Html Css Color HEX #CB5DDC Medium Orchid

📋 copy color: '#CB5DDC'

red 203 ◦ green 93 ◦ blue 220

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

Shades of Medium Orchid #CB5DDC

Tints of Medium Orchid #CB5DDC

RGB

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

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

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

R = 39.34%
G = 18.02%
B = 42.64%

CMYK

 C value IS 0.08

 M value IS 0.58

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#CB5DDC (or 0xCB5DDC) is known color: Medium Orchid. HEX triplet: CB, 5D and DC. RGB value is (203,93,220). Sum of RGB (Red+Green+Blue) = 203+93+220=516 (68% of max value = 765). Red value is 203 (79.69% from 255 or 39.34% from 516); Green value is 93 (36.72% from 255 or 18.02% from 516); Blue value is 220 (86.33% from 255 or 42.64% from 516); Max value from RGB is 220 - color contains mainly: blue. Hex color #CB5DDC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB5DDC is #34A223. Grayscale: #8B8B8B. Windows color (decimal): -3449380 or 14441931. OLE color: 14441931.

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

Color convert

RGB 203 93 220 -
CMYK 0.08 0.58 0 0.14
HSL 291.97º 0.64% 0.61% -
HSV(B) 291.97º 0.58% 0.86% -
XYZ 41.46 25.69 70.48 -
YUV 140.37 172.94 172.67 -
System Red Green Blue C M Y K H S L
Decimal 203 93 220 0.08 0.58 0 0.14 291.97 0.64 0.61
Hex CB 5D DC 8 3A 0 E 124 40 3D
Octal 313 135 334 10 72 0 16 444 100 75
Binary 11001011 1011101 11011100 1000 111010 0 1110 100100100 1000000 111101

Color Harmonies of #CB5DDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB5DDC

Black with #CB5DDC

Text Example


Text Example

White with #CB5DDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB5DDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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