Html Css Color HEX #CF56DC Medium Orchid

📋 copy color: '#CF56DC'

red 207 ◦ green 86 ◦ blue 220

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

Shades of Medium Orchid #CF56DC

Tints of Medium Orchid #CF56DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 42.88%

R = 40.35%
G = 16.76%
B = 42.88%

CMYK

 C value IS 0.06

 M value IS 0.61

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#CF56DC (or 0xCF56DC) is known color: Medium Orchid. HEX triplet: CF, 56 and DC. RGB value is (207,86,220). Sum of RGB (Red+Green+Blue) = 207+86+220=513 (67% of max value = 765). Red value is 207 (81.25% from 255 or 40.35% from 513); Green value is 86 (33.98% from 255 or 16.76% from 513); Blue value is 220 (86.33% from 255 or 42.88% from 513); Max value from RGB is 220 - color contains mainly: blue. Hex color #CF56DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF56DC is #30A923. Grayscale: #898989. Windows color (decimal): -3189028 or 14440143. OLE color: 14440143.

HSL color Cylindrical-coordinate representation of color #CF56DC: hue angle of 294.18º degrees, saturation: 0.66, 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 #CF56DC is Cyan = 0.06, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 207 86 220 -
CMYK 0.06 0.61 0 0.14
HSL 294.18º 0.66% 0.6% -
HSV(B) 294.18º 0.61% 0.86% -
XYZ 41.98 25.09 70.34 -
YUV 137.46 174.59 177.6 -
System Red Green Blue C M Y K H S L
Decimal 207 86 220 0.06 0.61 0 0.14 294.18 0.66 0.6
Hex CF 56 DC 6 3D 0 E 126 42 3C
Octal 317 126 334 6 75 0 16 446 102 74
Binary 11001111 1010110 11011100 110 111101 0 1110 100100110 1000010 111100

Color Harmonies of #CF56DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF56DC

Black with #CF56DC

Text Example


Text Example

White with #CF56DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF56DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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