Html Css Color HEX #CF59DB Medium Orchid

📋 copy color: '#CF59DB'

red 207 ◦ green 89 ◦ blue 219

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

Shades of Medium Orchid #CF59DB

Tints of Medium Orchid #CF59DB

RGB

 RED value IS 207 (81.25% from 255) = 40.19%

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

 BLUE value IS 219 (85.94% from 255) = 42.52%

R = 40.19%
G = 17.28%
B = 42.52%

CMYK

 C value IS 0.05

 M value IS 0.59

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#CF59DB (or 0xCF59DB) is known color: Medium Orchid. HEX triplet: CF, 59 and DB. RGB value is (207,89,219). Sum of RGB (Red+Green+Blue) = 207+89+219=515 (68% of max value = 765). Red value is 207 (81.25% from 255 or 40.19% from 515); Green value is 89 (35.16% from 255 or 17.28% from 515); Blue value is 219 (85.94% from 255 or 42.52% from 515); Max value from RGB is 219 - color contains mainly: blue. Hex color #CF59DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF59DB is #30A624. Grayscale: #8A8A8A. Windows color (decimal): -3188261 or 14375375. OLE color: 14375375.

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

Color convert

RGB 207 89 219 -
CMYK 0.05 0.59 0 0.14
HSL 294.46º 0.64% 0.6% -
HSV(B) 294.46º 0.59% 0.86% -
XYZ 42.09 25.52 69.73 -
YUV 139.1 173.09 176.43 -
System Red Green Blue C M Y K H S L
Decimal 207 89 219 0.05 0.59 0 0.14 294.46 0.64 0.6
Hex CF 59 DB 5 3B 0 E 126 40 3C
Octal 317 131 333 5 73 0 16 446 100 74
Binary 11001111 1011001 11011011 101 111011 0 1110 100100110 1000000 111100

Color Harmonies of #CF59DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF59DB

Black with #CF59DB

Text Example


Text Example

White with #CF59DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF59DB; }

 p { color: rgb(207,89,219); }

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

background-color css

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

 a { background-color: rgb(207,89,219); }

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

border-color css

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

 span { border-color: rgb(207,89,219); }

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