Html Css Color HEX #CF57DF Medium Orchid

📋 copy color: '#CF57DF'

red 207 ◦ green 87 ◦ blue 223

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

Shades of Medium Orchid #CF57DF

Tints of Medium Orchid #CF57DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 43.13%

R = 40.04%
G = 16.83%
B = 43.13%

CMYK

 C value IS 0.07

 M value IS 0.61

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#CF57DF (or 0xCF57DF) is known color: Medium Orchid. HEX triplet: CF, 57 and DF. RGB value is (207,87,223). Sum of RGB (Red+Green+Blue) = 207+87+223=517 (68% of max value = 765). Red value is 207 (81.25% from 255 or 40.04% from 517); Green value is 87 (34.38% from 255 or 16.83% from 517); Blue value is 223 (87.5% from 255 or 43.13% from 517); Max value from RGB is 223 - color contains mainly: blue. Hex color #CF57DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF57DF is #30A820. Grayscale: #898989. Windows color (decimal): -3188769 or 14637007. OLE color: 14637007.

HSL color Cylindrical-coordinate representation of color #CF57DF: hue angle of 292.94º degrees, saturation: 0.68, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #CF57DF is Cyan = 0.07, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 207 87 223 -
CMYK 0.07 0.61 0 0.13
HSL 292.94º 0.68% 0.61% -
HSV(B) 292.94º 0.61% 0.87% -
XYZ 42.46 25.41 72.48 -
YUV 138.38 175.76 176.94 -
System Red Green Blue C M Y K H S L
Decimal 207 87 223 0.07 0.61 0 0.13 292.94 0.68 0.61
Hex CF 57 DF 7 3D 0 D 125 44 3D
Octal 317 127 337 7 75 0 15 445 104 75
Binary 11001111 1010111 11011111 111 111101 0 1101 100100101 1000100 111101

Color Harmonies of #CF57DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF57DF

Black with #CF57DF

Text Example


Text Example

White with #CF57DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF57DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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