Html Css Color HEX #CF56DB Medium Orchid

📋 copy color: '#CF56DB'

red 207 ◦ green 86 ◦ blue 219

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

Shades of Medium Orchid #CF56DB

Tints of Medium Orchid #CF56DB

RGB

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

 GREEN value IS 86 (33.98% from 255) = 16.8%

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

R = 40.43%
G = 16.8%
B = 42.77%

CMYK

 C value IS 0.05

 M value IS 0.61

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#CF56DB (or 0xCF56DB) is known color: Medium Orchid. HEX triplet: CF, 56 and DB. RGB value is (207,86,219). Sum of RGB (Red+Green+Blue) = 207+86+219=512 (67% of max value = 765). Red value is 207 (81.25% from 255 or 40.43% from 512); Green value is 86 (33.98% from 255 or 16.80% from 512); Blue value is 219 (85.94% from 255 or 42.77% from 512); Max value from RGB is 219 - color contains mainly: blue. Hex color #CF56DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF56DB is #30A924. Grayscale: #888888. Windows color (decimal): -3189029 or 14374607. OLE color: 14374607.

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

Color convert

RGB 207 86 219 -
CMYK 0.05 0.61 0 0.14
HSL 294.59º 0.65% 0.6% -
HSV(B) 294.59º 0.61% 0.86% -
XYZ 41.85 25.04 69.64 -
YUV 137.34 174.09 177.69 -
System Red Green Blue C M Y K H S L
Decimal 207 86 219 0.05 0.61 0 0.14 294.59 0.65 0.6
Hex CF 56 DB 5 3D 0 E 127 41 3C
Octal 317 126 333 5 75 0 16 447 101 74
Binary 11001111 1010110 11011011 101 111101 0 1110 100100111 1000001 111100

Color Harmonies of #CF56DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF56DB

Black with #CF56DB

Text Example


Text Example

White with #CF56DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF56DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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