Html Css Color HEX #CF56EF Medium Orchid

📋 copy color: '#CF56EF'

red 207 ◦ green 86 ◦ blue 239

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

Shades of Medium Orchid #CF56EF

Tints of Medium Orchid #CF56EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 44.92%

R = 38.91%
G = 16.17%
B = 44.92%

CMYK

 C value IS 0.13

 M value IS 0.64

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#CF56EF (or 0xCF56EF) is known color: Medium Orchid. HEX triplet: CF, 56 and EF. RGB value is (207,86,239). Sum of RGB (Red+Green+Blue) = 207+86+239=532 (70% of max value = 765). Red value is 207 (81.25% from 255 or 38.91% from 532); Green value is 86 (33.98% from 255 or 16.17% from 532); Blue value is 239 (93.75% from 255 or 44.92% from 532); Max value from RGB is 239 - color contains mainly: blue. Hex color #CF56EF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CF56EF is #30A910. Grayscale: #8B8B8B. Windows color (decimal): -3189009 or 15685327. OLE color: 15685327.

HSL color Cylindrical-coordinate representation of color #CF56EF: hue angle of 287.45º degrees, saturation: 0.83, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #CF56EF is Cyan = 0.13, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 207 86 239 -
CMYK 0.13 0.64 0 0.06
HSL 287.45º 0.83% 0.64% -
HSV(B) 287.45º 0.64% 0.94% -
XYZ 44.64 26.15 84.36 -
YUV 139.62 184.09 176.06 -
System Red Green Blue C M Y K H S L
Decimal 207 86 239 0.13 0.64 0 0.06 287.45 0.83 0.64
Hex CF 56 EF D 40 0 6 11F 53 40
Octal 317 126 357 15 100 0 6 437 123 100
Binary 11001111 1010110 11101111 1101 1000000 0 110 100011111 1010011 1000000

Color Harmonies of #CF56EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF56EF

Black with #CF56EF

Text Example


Text Example

White with #CF56EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF56EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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