Html Css Color HEX #CB59DE Medium Orchid

📋 copy color: '#CB59DE'

red 203 ◦ green 89 ◦ blue 222

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

Shades of Medium Orchid #CB59DE

Tints of Medium Orchid #CB59DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 43.19%

R = 39.49%
G = 17.32%
B = 43.19%

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

#CB59DE (or 0xCB59DE) is known color: Medium Orchid. HEX triplet: CB, 59 and DE. RGB value is (203,89,222). Sum of RGB (Red+Green+Blue) = 203+89+222=514 (68% of max value = 765). Red value is 203 (79.69% from 255 or 39.49% from 514); Green value is 89 (35.16% from 255 or 17.32% from 514); Blue value is 222 (87.11% from 255 or 43.19% from 514); Max value from RGB is 222 - color contains mainly: blue. Hex color #CB59DE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB59DE is #34A621. Grayscale: #898989. Windows color (decimal): -3450402 or 14571979. OLE color: 14571979.

HSL color Cylindrical-coordinate representation of color #CB59DE: hue angle of 291.43º degrees, saturation: 0.67, 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 #CB59DE is Cyan = 0.09, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 203 89 222 -
CMYK 0.09 0.60 0 0.13
HSL 291.43º 0.67% 0.61% -
HSV(B) 291.43º 0.6% 0.87% -
XYZ 41.39 25.12 71.77 -
YUV 138.25 175.27 174.19 -
System Red Green Blue C M Y K H S L
Decimal 203 89 222 0.09 0.60 0 0.13 291.43 0.67 0.61
Hex CB 59 DE 9 3C 0 D 123 43 3D
Octal 313 131 336 11 74 0 15 443 103 75
Binary 11001011 1011001 11011110 1001 111100 0 1101 100100011 1000011 111101

Color Harmonies of #CB59DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB59DE

Black with #CB59DE

Text Example


Text Example

White with #CB59DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB59DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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