Html Css Color HEX #CB59DA Medium Orchid

📋 copy color: '#CB59DA'

red 203 ◦ green 89 ◦ blue 218

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

Shades of Medium Orchid #CB59DA

Tints of Medium Orchid #CB59DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 42.75%

R = 39.8%
G = 17.45%
B = 42.75%

CMYK

 C value IS 0.07

 M value IS 0.59

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#CB59DA (or 0xCB59DA) is known color: Medium Orchid. HEX triplet: CB, 59 and DA. RGB value is (203,89,218). Sum of RGB (Red+Green+Blue) = 203+89+218=510 (67% of max value = 765). Red value is 203 (79.69% from 255 or 39.80% from 510); Green value is 89 (35.16% from 255 or 17.45% from 510); Blue value is 218 (85.55% from 255 or 42.75% from 510); Max value from RGB is 218 - color contains mainly: blue. Hex color #CB59DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB59DA is #34A625. Grayscale: #898989. Windows color (decimal): -3450406 or 14309835. OLE color: 14309835.

HSL color Cylindrical-coordinate representation of color #CB59DA: hue angle of 293.02º degrees, saturation: 0.64, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #CB59DA is Cyan = 0.07, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 203 89 218 -
CMYK 0.07 0.59 0 0.15
HSL 293.02º 0.64% 0.6% -
HSV(B) 293.02º 0.59% 0.85% -
XYZ 40.86 24.9 68.98 -
YUV 137.79 173.27 174.51 -
System Red Green Blue C M Y K H S L
Decimal 203 89 218 0.07 0.59 0 0.15 293.02 0.64 0.6
Hex CB 59 DA 7 3B 0 F 125 40 3C
Octal 313 131 332 7 73 0 17 445 100 74
Binary 11001011 1011001 11011010 111 111011 0 1111 100100101 1000000 111100

Color Harmonies of #CB59DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB59DA

Black with #CB59DA

Text Example


Text Example

White with #CB59DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB59DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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