Html Css Color HEX #CF57DC Medium Orchid

📋 copy color: '#CF57DC'

red 207 ◦ green 87 ◦ blue 220

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

Shades of Medium Orchid #CF57DC

Tints of Medium Orchid #CF57DC

RGB

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

 GREEN value IS 87 (34.38% from 255) = 16.93%

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

R = 40.27%
G = 16.93%
B = 42.8%

CMYK

 C value IS 0.06

 M value IS 0.60

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#CF57DC (or 0xCF57DC) is known color: Medium Orchid. HEX triplet: CF, 57 and DC. RGB value is (207,87,220). Sum of RGB (Red+Green+Blue) = 207+87+220=514 (68% of max value = 765). Red value is 207 (81.25% from 255 or 40.27% from 514); Green value is 87 (34.38% from 255 or 16.93% from 514); Blue value is 220 (86.33% from 255 or 42.80% from 514); Max value from RGB is 220 - color contains mainly: blue. Hex color #CF57DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF57DC is #30A823. Grayscale: #898989. Windows color (decimal): -3188772 or 14440399. OLE color: 14440399.

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

Color convert

RGB 207 87 220 -
CMYK 0.06 0.60 0 0.14
HSL 294.14º 0.66% 0.6% -
HSV(B) 294.14º 0.6% 0.86% -
XYZ 42.06 25.25 70.37 -
YUV 138.04 174.26 177.19 -
System Red Green Blue C M Y K H S L
Decimal 207 87 220 0.06 0.60 0 0.14 294.14 0.66 0.6
Hex CF 57 DC 6 3C 0 E 126 42 3C
Octal 317 127 334 6 74 0 16 446 102 74
Binary 11001111 1010111 11011100 110 111100 0 1110 100100110 1000010 111100

Color Harmonies of #CF57DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF57DC

Black with #CF57DC

Text Example


Text Example

White with #CF57DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF57DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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