Html Css Color HEX #CB59DF Medium Orchid

📋 copy color: '#CB59DF'

red 203 ◦ green 89 ◦ blue 223

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

Shades of Medium Orchid #CB59DF

Tints of Medium Orchid #CB59DF

RGB

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

 GREEN value IS 89 (35.16% from 255) = 17.28%

 BLUE value IS 223 (87.5% from 255) = 43.3%

R = 39.42%
G = 17.28%
B = 43.3%

CMYK

 C value IS 0.09

 M value IS 0.60

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#CB59DF (or 0xCB59DF) is known color: Medium Orchid. HEX triplet: CB, 59 and DF. RGB value is (203,89,223). Sum of RGB (Red+Green+Blue) = 203+89+223=515 (68% of max value = 765). Red value is 203 (79.69% from 255 or 39.42% from 515); Green value is 89 (35.16% from 255 or 17.28% from 515); Blue value is 223 (87.5% from 255 or 43.30% from 515); Max value from RGB is 223 - color contains mainly: blue. Hex color #CB59DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB59DF is #34A620. Grayscale: #898989. Windows color (decimal): -3450401 or 14637515. OLE color: 14637515.

HSL color Cylindrical-coordinate representation of color #CB59DF: hue angle of 291.04º degrees, saturation: 0.68, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #CB59DF is Cyan = 0.09, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 203 89 223 -
CMYK 0.09 0.60 0 0.13
HSL 291.04º 0.68% 0.61% -
HSV(B) 291.04º 0.6% 0.87% -
XYZ 41.52 25.17 72.48 -
YUV 138.36 175.77 174.1 -
System Red Green Blue C M Y K H S L
Decimal 203 89 223 0.09 0.60 0 0.13 291.04 0.68 0.61
Hex CB 59 DF 9 3C 0 D 123 44 3D
Octal 313 131 337 11 74 0 15 443 104 75
Binary 11001011 1011001 11011111 1001 111100 0 1101 100100011 1000100 111101

Color Harmonies of #CB59DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB59DF

Black with #CB59DF

Text Example


Text Example

White with #CB59DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB59DF; }

 p { color: rgb(203,89,223); }

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

background-color css

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

 a { background-color: rgb(203,89,223); }

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

border-color css

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

 span { border-color: rgb(203,89,223); }

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