Html Css Color HEX #CB55D5 Medium Orchid

📋 copy color: '#CB55D5'

red 203 ◦ green 85 ◦ blue 213

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

Shades of Medium Orchid #CB55D5

Tints of Medium Orchid #CB55D5

RGB

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

 GREEN value IS 85 (33.59% from 255) = 16.97%

 BLUE value IS 213 (83.59% from 255) = 42.51%

R = 40.52%
G = 16.97%
B = 42.51%

CMYK

 C value IS 0.05

 M value IS 0.60

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#CB55D5 (or 0xCB55D5) is known color: Medium Orchid. HEX triplet: CB, 55 and D5. RGB value is (203,85,213). Sum of RGB (Red+Green+Blue) = 203+85+213=501 (66% of max value = 765). Red value is 203 (79.69% from 255 or 40.52% from 501); Green value is 85 (33.59% from 255 or 16.97% from 501); Blue value is 213 (83.59% from 255 or 42.51% from 501); Max value from RGB is 213 - color contains mainly: blue. Hex color #CB55D5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB55D5 is #34AA2A. Grayscale: #868686. Windows color (decimal): -3451435 or 13981131. OLE color: 13981131.

HSL color Cylindrical-coordinate representation of color #CB55D5: hue angle of 295.31º degrees, saturation: 0.6, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #CB55D5 is Cyan = 0.05, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 203 85 213 -
CMYK 0.05 0.60 0 0.16
HSL 295.31º 0.6% 0.58% -
HSV(B) 295.31º 0.6% 0.84% -
XYZ 39.89 24 65.48 -
YUV 134.87 172.09 176.59 -
System Red Green Blue C M Y K H S L
Decimal 203 85 213 0.05 0.60 0 0.16 295.31 0.6 0.58
Hex CB 55 D5 5 3C 0 10 127 3C 3A
Octal 313 125 325 5 74 0 20 447 74 72
Binary 11001011 1010101 11010101 101 111100 0 10000 100100111 111100 111010

Color Harmonies of #CB55D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB55D5

Black with #CB55D5

Text Example


Text Example

White with #CB55D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB55D5; }

 p { color: rgb(203,85,213); }

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

background-color css

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

 a { background-color: rgb(203,85,213); }

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

border-color css

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

 span { border-color: rgb(203,85,213); }

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